wayland: Fix a warning in handle_configure_xdg_toplevel

This commit is contained in:
Ethan Lee 2021-08-02 11:58:47 -04:00
parent 754aa2d321
commit dab33844e3

View file

@ -205,6 +205,8 @@ handle_configure_xdg_toplevel(void *data,
case XDG_TOPLEVEL_STATE_TILED_BOTTOM:
floating = SDL_FALSE;
break;
default:
break;
}
}