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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
new file mode 100644
index 0000000000..7119ad92de
--- /dev/null
+++ b/libvo/x11_common.h
@@ -0,0 +1,15 @@
+
+#ifdef X11_FULLSCREEN
+
+extern int vo_depthonscreen;
+extern int vo_screenwidth;
+extern int vo_screenheight;
+extern int vo_dwidth;
+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
+