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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 8dab26385f..47e2a39fab 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -13,5 +13,16 @@ void vo_x11_decoration( Display * vo_Display,Window w,int d );
int vo_x11_check_events(Display *mydisplay);
#endif
+#ifdef HAVE_GUI
+ extern Window vo_window;
+ extern Display * vo_display;
+ extern GC vo_gc;
+ extern int vo_xeventhandling;
+ extern int vo_expose;
+ extern int vo_resize;
+
+ extern void vo_setwindow( Window w,GC g );
+#endif
+
void saver_off( Display * );
void saver_on( Display * );