1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 07:16:56 +00:00

handle sub-window WinID checks in the gui.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18957 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
vayne 2006-07-08 16:48:41 +00:00
parent 6fd3c96817
commit f73c2ed712

View File

@ -1316,7 +1316,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
vo_dy = 0;
#ifdef HAVE_NEW_GUI
if(use_gui && WinID != -1){
if(use_gui){
vo_dwidth = d_image_width;
vo_dheight = d_image_height;
guiGetEvent(guiSetShVideo, 0);