comparison 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
comparison
equal deleted inserted replaced
4678:737969e6affc 4679:6347d9c6e115
10 #include <X11/Xlib.h> 10 #include <X11/Xlib.h>
11 #include <X11/Xutil.h> 11 #include <X11/Xutil.h>
12 #include <X11/keysym.h> 12 #include <X11/keysym.h>
13 #include <X11/Xatom.h> 13 #include <X11/Xatom.h>
14 #include <X11/extensions/XShm.h> 14 #include <X11/extensions/XShm.h>
15 #ifdef HAVE_XDPMS
15 #include <X11/extensions/dpms.h> 16 #include <X11/extensions/dpms.h>
17 #endif
16 18
17 #define wsKeyReleased 0 19 #define wsKeyReleased 0
18 #define wsKeyPressed 1 20 #define wsKeyPressed 1
19 21
20 #define wsShift (1L<<0) 22 #define wsShift (1L<<0)