Fixed Missing Variable

This commit is contained in:
alphanu1 2020-09-11 15:57:56 +01:00 committed by GitHub
parent fb058b7398
commit 877408adda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ static bool x11_display_server_set_resolution(void *data,
int pwidth = 0;
float roundw = 0.0f;
float pixel_clock = 0;
int crt_mode_flag = 0;
bool crt_exists = false;
g_monitor_index = monitor_index;