mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
(DRM/EGL) Always focused
This commit is contained in:
parent
200c42e7ee
commit
599f68bf63
@ -852,13 +852,6 @@ static void gfx_ctx_drm_egl_input_driver(void *data,
|
||||
|
||||
static bool gfx_ctx_drm_egl_has_focus(void *data)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
gfx_ctx_drm_egl_data_t *drm = (gfx_ctx_drm_egl_data_t*)
|
||||
driver->video_context_data;
|
||||
(void)data;
|
||||
|
||||
if (!drm)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user