# HG changeset patch # User reimar # Date 1351614936 0 # Node ID 69ef24582908b50f44a1f124f3789d14d3165e70 # Parent 48943c3398ff7e05121cf23aea768b7ec997cd2a Make some variables static. diff -r 48943c3398ff -r 69ef24582908 libvo/x11_common.c --- 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);