summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-03 21:47:37 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-03 21:47:37 +0000
commit455c50076cd6f9c77b296b49258837dad8ab69ed (patch)
tree85fabd0ab663bf12544bf8178f6fa3843b04ccc7 /libvo/x11_common.h
parent0661c59b20c2f75b2468ed95001ecf869a02eba4 (diff)
downloadmpv-455c50076cd6f9c77b296b49258837dad8ab69ed.tar.bz2
mpv-455c50076cd6f9c77b296b49258837dad8ab69ed.tar.xz
the common x11 stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33 b3059339-0415-0410-9bf9-f77b7e298cf2
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
+