mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Turn g_resized into static variable
This commit is contained in:
parent
9961907d2c
commit
d2006c43c1
@ -46,7 +46,7 @@ unsigned g_resize_width;
|
||||
unsigned g_resize_height;
|
||||
static unsigned g_pos_x = CW_USEDEFAULT;
|
||||
static unsigned g_pos_y = CW_USEDEFAULT;
|
||||
bool g_resized;
|
||||
static bool g_resized;
|
||||
bool g_quit;
|
||||
HWND g_hwnd;
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
extern unsigned g_resize_width;
|
||||
extern unsigned g_resize_height;
|
||||
extern bool g_resized;
|
||||
extern bool g_quit;
|
||||
extern HWND g_hwnd;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user