diff Gui/mplayer/menu.h @ 4465:b013d01d9968

small bugfixes, and kill other warning
author pontscho
date Fri, 01 Feb 2002 16:34:22 +0000
parents a97f908988ed
children 3473ca9ef158
line wrap: on
line diff
--- a/Gui/mplayer/menu.h	Fri Feb 01 13:45:06 2002 +0000
+++ b/Gui/mplayer/menu.h	Fri Feb 01 16:34:22 2002 +0000
@@ -11,7 +11,7 @@
 {
  unsigned long * buf = NULL;
  unsigned long * drw = NULL;
- unsigned long   x,y,tmp;
+ int             x,y,tmp;
 
  if ( !appMPlayer.menuBase.Bitmap.Image ) return;
  if ( !mplMenuRender && !appMPlayer.menuWindow.Visible ) return;