Redraw display on toggling border

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25944 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-02-01 12:22:12 +00:00
parent 6d879f70c7
commit ea8ae01ee0
1 changed files with 1 additions and 0 deletions

View File

@ -929,6 +929,7 @@ static int control(uint32_t request, void *data, ...)
#ifdef GL_WIN32
case VOCTRL_BORDER:
vo_w32_border();
resize(vo_dwidth, vo_dheight);
return VO_TRUE;
#endif
case VOCTRL_GET_PANSCAN: