[Mplayer-cvslog] CVS: main/Gui/wm ws.h,1.10,1.11
pl
pl at mplayer.dev.hu
Tue Feb 12 23:06:16 CET 2002
Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv11971
Modified Files:
ws.h
Log Message:
missing #ifdef HAVE_XDPMS
Index: ws.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ws.h 1 Feb 2002 16:34:22 -0000 1.10
+++ ws.h 12 Feb 2002 22:06:12 -0000 1.11
@@ -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
More information about the MPlayer-cvslog
mailing list