fix size ?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-08-31 21:18:22 +00:00
parent 940a5cf569
commit 9bb0419770
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ int vo_x11_check_events(Display *mydisplay);
extern int vo_xeventhandling;
extern int vo_expose;
extern int vo_resize;
extern void vo_x11_putkey(int key);
#endif
#ifdef HAVE_GUI
extern Display * vo_display;