0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Make some variables static.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25978 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-02-10 19:58:05 +00:00
parent 6201d6027d
commit b8abe420bc

View File

@ -22,13 +22,13 @@ static const char classname[] = "MPlayer - Media player for Win32";
int vo_vm = 0;
// last non-fullscreen extends
int prev_width;
int prev_height;
int prev_x;
int prev_y;
static int prev_width;
static int prev_height;
static int prev_x;
static int prev_y;
uint32_t o_dwidth;
uint32_t o_dheight;
static uint32_t o_dwidth;
static uint32_t o_dheight;
static HINSTANCE hInstance;
#define vo_window vo_w32_window