mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 16:29:28 +00:00
Update dispserv_x11.c
This commit is contained in:
parent
d32993411e
commit
f576266ace
@ -25,11 +25,11 @@
|
||||
|
||||
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user