mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-29 22:25:05 +00:00
Turn g_x11_quit into static variable
This commit is contained in:
parent
f364ff0649
commit
91144ed53f
@ -30,7 +30,7 @@ static Atom XA_NET_WM_STATE;
|
||||
static Atom XA_NET_WM_STATE_FULLSCREEN;
|
||||
static Atom XA_NET_MOVERESIZE_WINDOW;
|
||||
Atom g_x11_quit_atom;
|
||||
volatile sig_atomic_t g_x11_quit;
|
||||
static volatile sig_atomic_t g_x11_quit;
|
||||
bool g_x11_has_focus;
|
||||
Window g_x11_win;
|
||||
XIC g_x11_xic;
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
extern Atom g_x11_quit_atom;
|
||||
extern volatile sig_atomic_t g_x11_quit;
|
||||
extern bool g_x11_has_focus;
|
||||
extern Window g_x11_win;
|
||||
extern XIC g_x11_xic;
|
||||
|
Loading…
Reference in New Issue
Block a user