summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:09:19 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:09:19 +0000
commit89f3eef9850229298dd5e2fb8ce9a98024a9bd5d (patch)
treefcd0e95d6486ce603096151b382ff65ba2bdb06e /libvo/x11_common.h
parent2e7ae092e923d43878f6dc1b6b078745c058da61 (diff)
downloadmpv-89f3eef9850229298dd5e2fb8ce9a98024a9bd5d.tar.bz2
mpv-89f3eef9850229298dd5e2fb8ce9a98024a9bd5d.tar.xz
add half gui support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index cd4f11508e..490ea8d381 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -24,6 +24,7 @@ int vo_x11_check_events(Display *mydisplay);
extern Window vo_window;
extern GC vo_gc;
extern void vo_setwindow( Window w,GC g );
+ extern void vo_setwindowsize( int w,int h );
extern int vo_xeventhandling;
extern int vo_expose;
extern int vo_resize;