summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-14 15:45:38 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-14 15:45:38 +0000
commit1fffc32e4bc5f9126b64a032c07addd3ad922b0a (patch)
tree2a93eda7ad31ea56c60e42f3a7db0fd27218cfff /libvo
parentc412ed42412d3bcab5e40ebae258e7970506f0c3 (diff)
downloadmpv-1fffc32e4bc5f9126b64a032c07addd3ad922b0a.tar.bz2
mpv-1fffc32e4bc5f9126b64a032c07addd3ad922b0a.tar.xz
include dpms.h moved to x11_common.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@403 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
-rw-r--r--libvo/x11_common.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index b3e10a40be..bcdf14b307 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -15,6 +15,8 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#include <X11/extensions/dpms.h>
+
static int dpms_disabled=0;
static int timeout_save=0;
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 496f9162a9..8dab26385f 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -1,4 +1,3 @@
-#include <X11/extensions/dpms.h>
#ifdef X11_FULLSCREEN