mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-04 01:17:28 +00:00
(xegl_ctx.c) Style nit
This commit is contained in:
parent
8e941ee77a
commit
027a194346
@ -263,17 +263,17 @@ static bool gfx_ctx_xegl_set_video_mode(void *data,
|
||||
{
|
||||
XEvent event;
|
||||
EGLint egl_attribs[16];
|
||||
EGLint *attr;
|
||||
EGLint vid, num_visuals;
|
||||
bool windowed_full;
|
||||
bool true_full = false;
|
||||
int x_off = 0;
|
||||
int y_off = 0;
|
||||
XVisualInfo temp = {0};
|
||||
EGLint *attr = NULL;
|
||||
bool windowed_full = false;
|
||||
bool true_full = false;
|
||||
int x_off = 0;
|
||||
int y_off = 0;
|
||||
XVisualInfo temp = {0};
|
||||
XSetWindowAttributes swa = {0};
|
||||
XVisualInfo *vi = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
xegl_ctx_data_t *xegl = (xegl_ctx_data_t*)data;
|
||||
XVisualInfo *vi = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
xegl_ctx_data_t *xegl = (xegl_ctx_data_t*)data;
|
||||
|
||||
int (*old_handler)(Display*, XErrorEvent*) = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user