From 5c72ff6a251de7df37456cf113f7dd718d7784de Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 30 Oct 2012 16:35:36 +0000 Subject: x11_common: make some variables static Make some variables static. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@35285 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 4 ++-- 1 file 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); -- cgit v1.2.3