mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-10 03:13:09 +00:00
Make fullscreen branch slightly clearer.
This commit is contained in:
parent
6104ce2163
commit
afc611131c
@ -290,7 +290,7 @@ static bool gfx_ctx_set_video_mode(
|
|||||||
g_win = XCreateWindow(g_dpy, RootWindow(g_dpy, vi->screen),
|
g_win = XCreateWindow(g_dpy, RootWindow(g_dpy, vi->screen),
|
||||||
0, 0, width ? width : 200, height ? height : 200, 0,
|
0, 0, width ? width : 200, height ? height : 200, 0,
|
||||||
vi->depth, InputOutput, vi->visual,
|
vi->depth, InputOutput, vi->visual,
|
||||||
CWBorderPixel | CWColormap | CWEventMask | (fullscreen && true_full ? CWOverrideRedirect : 0), &swa);
|
CWBorderPixel | CWColormap | CWEventMask | (true_full ? CWOverrideRedirect : 0), &swa);
|
||||||
XSetWindowBackground(g_dpy, g_win, 0);
|
XSetWindowBackground(g_dpy, g_win, 0);
|
||||||
|
|
||||||
// GLES 2.0. Don't use for any other API.
|
// GLES 2.0. Don't use for any other API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user