summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 7119ad92de..8ef96f6b24 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -1,3 +1,4 @@
+#include <X11/extensions/dpms.h>
#ifdef X11_FULLSCREEN
@@ -10,6 +11,7 @@ extern int vo_dheight;
int vo_init( void );
void vo_x11_decoration( Display * vo_Display,Window w,int d );
int vo_x11_check_events(Display *mydisplay);
-
#endif
+void saver_off( Display * );
+void saver_on( Display * );