mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +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_width = 0;
|
||||||
static unsigned orig_height = 0;
|
static unsigned orig_height = 0;
|
||||||
static char old_mode[250];
|
static char old_mode[250] = {0};
|
||||||
static char new_mode[250];
|
static char new_mode[250] = {0};
|
||||||
static char xrandr[250];
|
static char xrandr[250] = {0};
|
||||||
static char fbset[150];
|
static char fbset[150] = {0};
|
||||||
static char output[250];
|
static char output[250] = {0};
|
||||||
static bool crt_en = false;
|
static bool crt_en = false;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user