Update dispserv_x11.c

This commit is contained in:
alphanu1 2018-09-10 19:36:57 +01:00 committed by GitHub
parent d32993411e
commit f576266ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,12 +25,12 @@
static unsigned orig_width = 0;
static unsigned orig_height = 0;
static char old_mode[250];
static char new_mode[250];
static char xrandr[250];
static char fbset[150];
static char output[250];
static bool crt_en = false;
static char old_mode[250] = {0};
static char new_mode[250] = {0};
static char xrandr[250] = {0};
static char fbset[150] = {0};
static char output[250] = {0};
static bool crt_en = false;
typedef struct
{