changeset 35191:69ef24582908

Make some variables static.
author reimar
date Tue, 30 Oct 2012 16:35:36 +0000
parents 48943c3398ff
children 4001f0c1b625
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Tue Oct 30 16:34:02 2012 +0000
+++ b/libvo/x11_common.c	Tue Oct 30 16:35:36 2012 +0000
@@ -132,8 +132,8 @@
 
 #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);