[MPlayer-cvslog] r32985 - trunk/gui/app.c
ib
subversion at mplayerhq.hu
Mon Feb 28 14:29:36 CET 2011
Author: ib
Date: Mon Feb 28 14:29:36 2011
New Revision: 32985
Log:
Limit scope of internally used appClearItem().
Modified:
trunk/gui/app.c
Modified: trunk/gui/app.c
==============================================================================
--- trunk/gui/app.c Mon Feb 28 14:25:45 2011 (r32984)
+++ trunk/gui/app.c Mon Feb 28 14:29:36 2011 (r32985)
@@ -81,7 +81,7 @@ static const evName evNames[] = {
static const int evBoxs = sizeof(evNames) / sizeof(evName);
-void appClearItem(wItem *item)
+static void appClearItem(wItem *item)
{
item->type = 0;
item->x = 0;
More information about the MPlayer-cvslog
mailing list