diff gui/wm/ws.h @ 27377:d58d06eafe83

Change a bunch of X11-specific preprocessor directives. Switch from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Mon, 04 Aug 2008 06:16:23 +0000
parents b0a7b35b78d2
children 9e739bdb049c
line wrap: on
line diff
--- a/gui/wm/ws.h	Sun Aug 03 20:17:46 2008 +0000
+++ b/gui/wm/ws.h	Mon Aug 04 06:16:23 2008 +0000
@@ -27,7 +27,7 @@
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/extensions/XShm.h>
-#ifdef HAVE_XDPMS
+#ifdef CONFIG_XDPMS
 #include <X11/extensions/dpms.h>
 #endif