comparison mplayer.c @ 1765:29913c011d50

normal size
author pontscho
date Thu, 30 Aug 2001 10:55:17 +0000
parents 914bdbe33cf8
children 63db543aae94
comparison
equal deleted inserted replaced
1764:a9e51734ea00 1765:29913c011d50
961 #endif 961 #endif
962 962
963 #ifdef HAVE_NEW_GUI 963 #ifdef HAVE_NEW_GUI
964 if ( use_gui ) 964 if ( use_gui )
965 { 965 {
966 if ( !appMPlayer.subWindow.isFullScreen ) 966 if ( !appMPlayer.subWindow.isFullScreen ) wsResizeWindow( &appMPlayer.subWindow,sh_video->disp_w,sh_video->disp_h );
967 wsResizeWindow( &appMPlayer.subWindow,sh_video->disp_w,sh_video->disp_h ); 967 moviewidth=screen_size_x=appMPlayer.subWindow.Width;
968 screen_size_x=appMPlayer.subWindow.Width; 968 movieheight=screen_size_y=appMPlayer.subWindow.Height;
969 screen_size_y=appMPlayer.subWindow.Height;
970 } 969 }
971 #endif 970 #endif
972 971
973 mp_msg(MSGT_CPLAYER,MSGL_V,"video_out->init(%dx%d->%dx%d,flags=%d,'%s',0x%X)\n", 972 mp_msg(MSGT_CPLAYER,MSGL_V,"video_out->init(%dx%d->%dx%d,flags=%d,'%s',0x%X)\n",
974 sh_video->disp_w,sh_video->disp_h, 973 sh_video->disp_w,sh_video->disp_h,