mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
Update dispserv_x11.c
This commit is contained in:
parent
8344b0d049
commit
0f400b433b
@ -149,7 +149,7 @@ static bool x11_display_server_set_resolution(void *data,
|
|||||||
float pixel_clock = 0;
|
float pixel_clock = 0;
|
||||||
|
|
||||||
crt_en = true;
|
crt_en = true;
|
||||||
|
sprintf(old_mode,"%s", new_mode);
|
||||||
Display* dsp = XOpenDisplay(NULL);
|
Display* dsp = XOpenDisplay(NULL);
|
||||||
Screen* scrn = DefaultScreenOfDisplay(dsp);
|
Screen* scrn = DefaultScreenOfDisplay(dsp);
|
||||||
XRRScreenResources *res;
|
XRRScreenResources *res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user