# HG changeset patch # User arpi_esp # Date 983656129 0 # Node ID 2c215d26f54e860336ddd4aaadd5b62abead7729 # Parent 9e66f722790e45bb78e9d23edba96cc5c764ec4a call check_events() in pause loop diff -r 9e66f722790e -r 2c215d26f54e mplayer.c --- a/mplayer.c Sat Mar 03 21:47:37 2001 +0000 +++ b/mplayer.c Sat Mar 03 21:48:49 2001 +0000 @@ -37,7 +37,7 @@ #include "loader.h" #include "wine/avifmt.h" -//#include "libvo/video_out.h" // included from mpeg2.h +//#include "libvo/x11_common.h" // included from mpeg2.h #include "opendivx/decore.h" @@ -49,6 +49,7 @@ XMM_PluginSound *pSound=NULL; #endif +extern int vo_screenwidth; extern char* win32_codec_name; // must be set before calling DrvOpen() !!! @@ -1681,7 +1682,9 @@ #ifdef HAVE_LIRC lirc_mp_getinput()<=0 && #endif - getch2(20)<=0 && mplayer_get_key()<=0){} + getch2(20)<=0 && mplayer_get_key()<=0){ + video_out->check_events(); + } break; } if(rel_seek_secs)