diff Gui/wm/ws.h @ 4679:6347d9c6e115

missing #ifdef HAVE_XDPMS
author pl
date Tue, 12 Feb 2002 22:06:12 +0000
parents b013d01d9968
children 3473ca9ef158
line wrap: on
line diff
--- a/Gui/wm/ws.h	Tue Feb 12 22:03:44 2002 +0000
+++ b/Gui/wm/ws.h	Tue Feb 12 22:06:12 2002 +0000
@@ -12,7 +12,9 @@
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/extensions/XShm.h>
+#ifdef HAVE_XDPMS
 #include <X11/extensions/dpms.h>
+#endif
 
 #define  wsKeyReleased   0
 #define  wsKeyPressed    1