mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
wayland: Fix a warning in handle_configure_xdg_toplevel
This commit is contained in:
@@ -205,6 +205,8 @@ handle_configure_xdg_toplevel(void *data,
|
||||
case XDG_TOPLEVEL_STATE_TILED_BOTTOM:
|
||||
floating = SDL_FALSE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user