[MPlayer-cvslog] r35285 - trunk/libvo/x11_common.c
reimar
subversion at mplayerhq.hu
Tue Oct 30 17:35:36 CET 2012
Author: reimar
Date: Tue Oct 30 17:35:36 2012
New Revision: 35285
Log:
Make some variables static.
Modified:
trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c Tue Oct 30 17:34:02 2012 (r35284)
+++ trunk/libvo/x11_common.c Tue Oct 30 17:35:36 2012 (r35285)
@@ -132,8 +132,8 @@ static int vo_old_height = 0;
#ifdef CONFIG_XF86VM
static int modecount;
-XF86VidModeModeInfo **vidmodes = NULL;
-XF86VidModeModeLine modeline;
+static XF86VidModeModeInfo **vidmodes;
+static XF86VidModeModeLine modeline;
#endif
static int vo_x11_get_fs_type(int supported);
More information about the MPlayer-cvslog
mailing list