diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-08-28 08:33:58 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-08-28 08:33:58 +0200 |
commit | 709bce6cf17d472e65afc845fff87267499d9ad7 (patch) | |
tree | 801f8ae0b6790007daee6407e5c99e5d616e3340 /nxcompshad/src/Core.h | |
parent | bc66da7141f51f0594334ad641272c7de7ff3cff (diff) | |
parent | d9e2822f535f3f02adaf4bb935a64184b871efd7 (diff) | |
download | nx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.tar.gz nx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.tar.bz2 nx-libs-709bce6cf17d472e65afc845fff87267499d9ad7.zip |
Merge branch 'sunweaver-pr/drop-nxcompshad-cygwin-support' into 3.6.x
Attributes GH PR #489: https://github.com/ArcticaProject/nx-libs/pull/489
Diffstat (limited to 'nxcompshad/src/Core.h')
-rw-r--r-- | nxcompshad/src/Core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nxcompshad/src/Core.h b/nxcompshad/src/Core.h index 91f3f1e22..601d277c0 100644 --- a/nxcompshad/src/Core.h +++ b/nxcompshad/src/Core.h @@ -111,10 +111,6 @@ class CorePoller int imageByteOrder_; - #ifdef __CYGWIN32__ - virtual char checkDesktop(void) = 0; - #endif - Display *shadowDisplay_; void update(char *src, XRectangle r); |