comparison 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
comparison
equal deleted inserted replaced
27376:d1192f8e7df4 27377:d58d06eafe83
25 #include <X11/Xlib.h> 25 #include <X11/Xlib.h>
26 #include <X11/Xutil.h> 26 #include <X11/Xutil.h>
27 #include <X11/keysym.h> 27 #include <X11/keysym.h>
28 #include <X11/Xatom.h> 28 #include <X11/Xatom.h>
29 #include <X11/extensions/XShm.h> 29 #include <X11/extensions/XShm.h>
30 #ifdef HAVE_XDPMS 30 #ifdef CONFIG_XDPMS
31 #include <X11/extensions/dpms.h> 31 #include <X11/extensions/dpms.h>
32 #endif 32 #endif
33 33
34 #define wsKeyReleased 0 34 #define wsKeyReleased 0
35 #define wsKeyPressed 1 35 #define wsKeyPressed 1