changeset 4679:6347d9c6e115

missing #ifdef HAVE_XDPMS
author pl
date Tue, 12 Feb 2002 22:06:12 +0000
parents 737969e6affc
children b5d956f0b6ea
files Gui/wm/ws.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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