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
This commit is contained in:
reimar 2012-10-30 16:35:36 +00:00 committed by wm4
parent 17f2166b73
commit 5c72ff6a25
1 changed files with 2 additions and 2 deletions

View File

@ -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);