Fixed Missing Variable
This commit is contained in:
parent
fb058b7398
commit
877408adda
|
@ -107,6 +107,7 @@ static bool x11_display_server_set_resolution(void *data,
|
||||||
int pwidth = 0;
|
int pwidth = 0;
|
||||||
float roundw = 0.0f;
|
float roundw = 0.0f;
|
||||||
float pixel_clock = 0;
|
float pixel_clock = 0;
|
||||||
|
int crt_mode_flag = 0;
|
||||||
bool crt_exists = false;
|
bool crt_exists = false;
|
||||||
|
|
||||||
g_monitor_index = monitor_index;
|
g_monitor_index = monitor_index;
|
||||||
|
|
Loading…
Reference in New Issue