diff libvo/x11_common.h @ 31385:f2aebe1309b2

Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
author diego
date Thu, 17 Jun 2010 09:46:44 +0000
parents 18b9a39a5bac
children c7ebb0b711a6
line wrap: on
line diff
--- a/libvo/x11_common.h	Thu Jun 17 09:40:18 2010 +0000
+++ b/libvo/x11_common.h	Thu Jun 17 09:46:44 2010 +0000
@@ -59,6 +59,8 @@
 
 extern int vo_mouse_autohide;
 
+extern int stop_xscreensaver;
+
 int vo_init( void );
 void vo_uninit( void );
 void vo_hidecursor ( Display* , Window );