mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 08:26:56 +00: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:
parent
6201d6027d
commit
b8abe420bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user