mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-15 06:58:34 +00:00
x11: using_global_dpy is not restricted to xrandr
This commit is contained in:
parent
d1dbf6fbe1
commit
4ec71da9a9
@ -47,9 +47,10 @@ static char orig_output[256] = {0};
|
||||
static char old_mode[256] = {0};
|
||||
static char new_mode[256] = {0};
|
||||
static XRRModeInfo crt_rrmode;
|
||||
static bool x11_display_server_using_global_dpy = false;
|
||||
#endif
|
||||
|
||||
static bool x11_display_server_using_global_dpy = false;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned opacity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user