summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/menu.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-01 16:34:22 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-01 16:34:22 +0000
commitc6a2fbb7c1e457659d90496aa4c511bd7894e50e (patch)
tree725f4d68aadac99cc9e36ebf51ff723e78178f35 /Gui/mplayer/menu.h
parentca0aea4c2d982e19ec3dc5f86178a83e4ac17e37 (diff)
downloadmpv-c6a2fbb7c1e457659d90496aa4c511bd7894e50e.tar.bz2
mpv-c6a2fbb7c1e457659d90496aa4c511bd7894e50e.tar.xz
small bugfixes, and kill other warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4466 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/menu.h')
-rw-r--r--Gui/mplayer/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/menu.h b/Gui/mplayer/menu.h
index 787a4627fd..f72467ad96 100644
--- a/Gui/mplayer/menu.h
+++ b/Gui/mplayer/menu.h
@@ -11,7 +11,7 @@ void mplMenuDraw( wsParamDisplay )
{
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;