diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-17 12:49:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-08-27 08:44:04 +0200 |
commit | d9e2822f535f3f02adaf4bb935a64184b871efd7 (patch) | |
tree | 801f8ae0b6790007daee6407e5c99e5d616e3340 /nxcompshad/src/Core.h | |
parent | bc66da7141f51f0594334ad641272c7de7ff3cff (diff) | |
download | nx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.tar.gz nx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.tar.bz2 nx-libs-d9e2822f535f3f02adaf4bb935a64184b871efd7.zip |
nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a long time.
This code can be reactivated any time in the future once
some potential maintainer turns up and makes this work
on the MS Windows / Cygwin platform.
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); |