mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 14:55:31 +00:00
wayland: Fix a warning in handle_configure_xdg_toplevel
This commit is contained in:
parent
754aa2d321
commit
dab33844e3
|
@ -205,6 +205,8 @@ handle_configure_xdg_toplevel(void *data,
|
|||
case XDG_TOPLEVEL_STATE_TILED_BOTTOM:
|
||||
floating = SDL_FALSE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue