mirror of https://github.com/xemu-project/xemu.git
ui/xemu: Drop old display change listener ops
This commit is contained in:
parent
bf85019e32
commit
b3fe79bc8a
ui
|
@ -789,13 +789,8 @@ static const DisplayChangeListenerOps dcl_gl_ops = {
|
|||
.dpy_gfx_update = sdl2_gl_update,
|
||||
.dpy_gfx_switch = sdl2_gl_switch,
|
||||
.dpy_gfx_check_format = xb_console_gl_check_format,
|
||||
// .dpy_refresh = sdl2_gl_refresh,
|
||||
.dpy_mouse_set = sdl_mouse_warp,
|
||||
.dpy_cursor_define = sdl_mouse_define,
|
||||
|
||||
.dpy_gl_ctx_create = sdl2_gl_create_context,
|
||||
.dpy_gl_ctx_destroy = sdl2_gl_destroy_context,
|
||||
.dpy_gl_ctx_make_current = sdl2_gl_make_context_current,
|
||||
.dpy_gl_scanout_disable = sdl2_gl_scanout_disable,
|
||||
.dpy_gl_scanout_texture = sdl2_gl_scanout_texture,
|
||||
.dpy_gl_update = sdl2_gl_scanout_flush,
|
||||
|
|
Loading…
Reference in New Issue