[MPlayer-cvslog] r35869 - trunk/gui/ui/actions.c
ib
subversion at mplayerhq.hu
Fri Jan 25 11:49:37 CET 2013
Author: ib
Date: Fri Jan 25 11:49:37 2013
New Revision: 35869
Log:
Add missing type to variable declaration.
Modified:
trunk/gui/ui/actions.c
Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c Fri Jan 25 11:45:22 2013 (r35868)
+++ trunk/gui/ui/actions.c Fri Jan 25 11:49:37 2013 (r35869)
@@ -59,7 +59,7 @@
#define GUI_REDRAW_WAIT 375
-static unsigned last_redraw_time;
+static unsigned int last_redraw_time;
static void MediumPrepare(int type)
{
@@ -469,7 +469,7 @@ NoPause:
/* timer events */
case ivRedraw:
{
- unsigned now = GetTimerMS();
+ unsigned int now = GetTimerMS();
if ((now > last_redraw_time) &&
(now < last_redraw_time + GUI_REDRAW_WAIT) &&
More information about the MPlayer-cvslog
mailing list