mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 10:11: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…
x
Reference in New Issue
Block a user