diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-12 22:06:12 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-12 22:06:12 +0000 |
commit | 980ae469b9900648a1b0735e51be5b5db699dfd6 (patch) | |
tree | 38c9cc531ca63177798d5bdef5d13088a7475abd /Gui/wm/ws.h | |
parent | af63c0eb103e2960fcf7234f881e6761a37f4818 (diff) |
missing #ifdef HAVE_XDPMS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4680 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r-- | Gui/wm/ws.h | 2 |
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 |