summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvs.h')
-rw-r--r--[-rwxr-xr-x]src/pvs.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/pvs.h b/src/pvs.h
index 49c2b4c..b2a84cf 100755..100644
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -13,10 +13,8 @@
#define PVSCLIENT_H_
#include <QtCore>
-#ifndef __WIN32__
- #include <X11/Xlib.h>
- #include <X11/cursorfont.h>
-#endif
+#include <X11/Xlib.h>
+#include <X11/cursorfont.h>
#include <signal.h>
#include "setup.h"
@@ -141,9 +139,7 @@ private:
bool _locked; ///< are we locked?
QString _lockMsg; ///< message to display while we're locked
bool _vncAllowed; ///< whether vncConnections to this client are allowed (dup?)
- /*#ifndef __WIN32__*/
- BlankScreen *_blankScreen;///< object to blank the screen
- /*#endif*/
+ BlankScreen *_blankScreen;///< object to blank the screen
QFileSystemWatcher* _notify; ///< used to get notifies about file changes
//vnc-server