summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 1e097bfeaf..04d5c6880b 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -96,8 +96,8 @@ int metacity_hack = 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);