comparison Gui/mplayer/mw.c @ 8058:9246adcf95f0

cosmetic
author pontscho
date Sat, 02 Nov 2002 20:10:18 +0000
parents 79ddb7291765
children 434a4fce25c1
comparison
equal deleted inserted replaced
8057:10698ce4b2a4 8058:9246adcf95f0
22 22
23 #include "play.h" 23 #include "play.h"
24 #include "widgets.h" 24 #include "widgets.h"
25 25
26 extern unsigned int GetTimerMS( void ); 26 extern unsigned int GetTimerMS( void );
27 extern void mplHideMenu( int mx,int my,int w );
28 extern void mplShowMenu( int mx,int my );
29 extern void mplMenuMouseHandle( int X,int Y,int RX,int RY );
30 27
31 unsigned char * mplDrawBuffer = NULL; 28 unsigned char * mplDrawBuffer = NULL;
32 int mplMainRender = 1; 29 int mplMainRender = 1;
33 30
34 int mplMainAutoPlay = 0; 31 int mplMainAutoPlay = 0;
175 if ( tmp != 0x00ff00ff ) 172 if ( tmp != 0x00ff00ff )
176 buf[ iy*appMPlayer.main.Bitmap.Width+ix ]=tmp; 173 buf[ iy*appMPlayer.main.Bitmap.Width+ix ]=tmp;
177 } 174 }
178 } 175 }
179 176
180 void mplMainDraw( wsParamDisplay ) 177 void mplMainDraw( void )
181 { 178 {
182 wItem * item; 179 wItem * item;
183 txSample * image = NULL; 180 txSample * image = NULL;
184 int i; 181 int i;
185 182