summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 22:06:12 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 22:06:12 +0000
commit980ae469b9900648a1b0735e51be5b5db699dfd6 (patch)
tree38c9cc531ca63177798d5bdef5d13088a7475abd /Gui
parentaf63c0eb103e2960fcf7234f881e6761a37f4818 (diff)
downloadmpv-980ae469b9900648a1b0735e51be5b5db699dfd6.tar.bz2
mpv-980ae469b9900648a1b0735e51be5b5db699dfd6.tar.xz
missing #ifdef HAVE_XDPMS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4680 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/ws.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index ddbb3ea683..ab8e0fb0df 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -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