mirror of
https://github.com/mpv-player/mpv
synced 2025-02-04 14:11:53 +00:00
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:
parent
17f2166b73
commit
5c72ff6a25
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user