summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
authorAlexander Hoppe2010-08-03 18:23:24 +0200
committerAlexander Hoppe2010-08-03 18:23:24 +0200
commit19316e9142c5ab4a4e1603715fbbf555aac97826 (patch)
tree9090d55685878f0cb82708d6733abf59de8f5499 /src/pvs.h
parentCompiler optimizations for "Release" changed (diff)
downloadpvs-19316e9142c5ab4a4e1603715fbbf555aac97826.tar.gz
pvs-19316e9142c5ab4a4e1603715fbbf555aac97826.tar.xz
pvs-19316e9142c5ab4a4e1603715fbbf555aac97826.zip
Anpassungen fuer Win32-build.
Aufspaltung der ClientGUIUtils in 2 Versionen Anpassungen des HomeDir Alle Aenderungen sollten unschaedlich fuer den Linux-build-Prozess sein.
Diffstat (limited to 'src/pvs.h')
-rwxr-xr-x[-rw-r--r--]src/pvs.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/pvs.h b/src/pvs.h
index ba696d8..b6b5e65 100644..100755
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -13,8 +13,10 @@
#define PVSCLIENT_H_
#include <QtCore>
-#include <X11/Xlib.h>
-#include <X11/cursorfont.h>
+#ifndef __WIN32__
+ #include <X11/Xlib.h>
+ #include <X11/cursorfont.h>
+#endif
#include <signal.h>
#include "setup.h"
@@ -25,7 +27,6 @@
#include "src/util/consoleLogger.h"
#include "src/util/clientGUIUtils.h"
-
class PVSServiceDiscovery;
class PVSDiscoveredServer;
@@ -116,7 +117,9 @@ 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?)
- BlankScreen *_blankScreen;///< obhject to blank the screen
+ /*#ifndef __WIN32__*/
+ BlankScreen *_blankScreen;///< object to blank the screen
+ /*#endif*/
QFileSystemWatcher* _notify; ///< used to get notifies about file changes
//vnc-server