[MPlayer-cvslog] r36326 - trunk/libvo/vo_matrixview.c
reimar
subversion at mplayerhq.hu
Mon Jun 10 00:27:59 CEST 2013
Author: reimar
Date: Mon Jun 10 00:27:59 2013
New Revision: 36326
Log:
Redraw on expose even if not paused.
Modified:
trunk/libvo/vo_matrixview.c
Modified: trunk/libvo/vo_matrixview.c
==============================================================================
--- trunk/libvo/vo_matrixview.c Mon Jun 10 00:26:52 2013 (r36325)
+++ trunk/libvo/vo_matrixview.c Mon Jun 10 00:27:59 2013 (r36326)
@@ -148,8 +148,7 @@ static void check_events(void)
int e = glctx.check_events();
if (e & VO_EVENT_RESIZE) {
resize();
- }
- if (e & VO_EVENT_EXPOSE && int_pause)
+ } else if (e & VO_EVENT_EXPOSE)
flip_page();
}
More information about the MPlayer-cvslog
mailing list