summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 23:44:35 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 23:44:35 +0000
commite6bcec1c6b68cc979a4cceeae061cbb7d644f649 (patch)
tree9717885379272bf4f455b05f27cfeb6160151c10 /libvo/x11_common.h
parent17a2a90da8780e53e664854445c1828a3293baf8 (diff)
downloadmpv-e6bcec1c6b68cc979a4cceeae061cbb7d644f649.tar.bz2
mpv-e6bcec1c6b68cc979a4cceeae061cbb7d644f649.tar.xz
some cleanup, gl/gl2 updated to use vo_window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 1aa37b3317..17f290da32 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -34,6 +34,8 @@ extern void vo_x11_classhint( Display * display,Window window,char *name );
extern void vo_x11_sizehint( int x, int y, int width, int height, int max );
extern int vo_x11_check_events(Display *mydisplay);
extern void vo_x11_fullscreen( void );
+extern void vo_x11_uninit();
+
#endif
extern Window vo_window;