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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 47e2a39fab..5a5c7d9f44 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -7,6 +7,12 @@ extern int vo_screenheight;
extern int vo_dwidth;
extern int vo_dheight;
+extern char *mDisplayName;
+extern Display *mDisplay;
+extern Window *mRootWin;
+extern int mScreen;
+extern int mLocalDisplay;
+
int vo_init( void );
int vo_hidecursor ( Display* , Window );
void vo_x11_decoration( Display * vo_Display,Window w,int d );