include dpms.h moved to x11_common.c
author |
arpi_esp |
date |
Sat, 14 Apr 2001 15:45:38 +0000 |
parents |
835fac6382be |
children |
b42eed53b7be |
files |
libvo/x11_common.c libvo/x11_common.h |
diffstat |
2 files changed, 2 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/libvo/x11_common.c Sat Apr 14 15:25:11 2001 +0000
+++ b/libvo/x11_common.c Sat Apr 14 15:45:38 2001 +0000
@@ -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;
--- a/libvo/x11_common.h Sat Apr 14 15:25:11 2001 +0000
+++ b/libvo/x11_common.h Sat Apr 14 15:45:38 2001 +0000
@@ -1,4 +1,3 @@
-#include <X11/extensions/dpms.h>
#ifdef X11_FULLSCREEN