mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-06 18:30:39 +00:00
Fix Wayland warning
This commit is contained in:
parent
64becb3a3c
commit
653c76c987
@ -599,10 +599,9 @@ static bool gfx_ctx_wl_set_video_mode(void *data,
|
||||
driver_t *driver = driver_get_ptr();
|
||||
gfx_ctx_wayland_data_t *wl = (gfx_ctx_wayland_data_t*)
|
||||
driver->video_context_data;
|
||||
struct sigaction sa = {{0}};
|
||||
|
||||
EGLint egl_attribs[16];
|
||||
EGLint *attr;
|
||||
struct sigaction sa = {{0}};
|
||||
EGLint *attr = NULL;
|
||||
|
||||
sa.sa_handler = sighandler;
|
||||
sa.sa_flags = SA_RESTART;
|
||||
|
Loading…
Reference in New Issue
Block a user