comparison gui/mplayer/mw.c @ 24111:9549d27bcd19

1000l: Revert stray hunk that crept in with last commit.
author diego
date Fri, 24 Aug 2007 09:12:00 +0000
parents aefbadd5eead
children e8e6b33cd444
comparison
equal deleted inserted replaced
24110:aefbadd5eead 24111:9549d27bcd19
72 } 72 }
73 wsPutImage( &appMPlayer.mainWindow ); 73 wsPutImage( &appMPlayer.mainWindow );
74 // XFlush( wsDisplay ); 74 // XFlush( wsDisplay );
75 } 75 }
76 76
77 //extern void exit_player(const char* how); 77 extern void exit_player(const char* how);
78 extern int vcd_track; 78 extern int vcd_track;
79 static unsigned last_redraw_time = 0; 79 static unsigned last_redraw_time = 0;
80 80
81 void mplEventHandling( int msg,float param ) 81 void mplEventHandling( int msg,float param )
82 { 82 {