mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-12 04:01:17 +01: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 New Issue
Block a user