x11: using_global_dpy is not restricted to xrandr

This commit is contained in:
Brad Parker 2019-02-26 23:36:54 -05:00
parent d1dbf6fbe1
commit 4ec71da9a9

View File

@ -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;