mirror of https://github.com/mpv-player/mpv
missing #ifdef HAVE_XDPMS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4680 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
af63c0eb10
commit
980ae469b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue