mirror of
https://github.com/encounter/SDL.git
synced 2025-05-30 11:11:33 +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:
|
case XDG_TOPLEVEL_STATE_TILED_BOTTOM:
|
||||||
floating = SDL_FALSE;
|
floating = SDL_FALSE;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user