diff libvo/x11_common.h @ 32:9e66f722790e

the common x11 stuff
author arpi_esp
date Sat, 03 Mar 2001 21:47:37 +0000
parents
children 720c640332c8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libvo/x11_common.h	Sat Mar 03 21:47:37 2001 +0000
@@ -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
+