xdg-shell: improve shell version check

Kirill Primak 2 years ago
parent d57d2e0e36
commit e7b217efb9

@ -506,7 +506,8 @@ uint32_t wlr_xdg_toplevel_set_resizing(struct wlr_xdg_toplevel *toplevel,
uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_toplevel *toplevel, uint32_t wlr_xdg_toplevel_set_tiled(struct wlr_xdg_toplevel *toplevel,
uint32_t tiled) { uint32_t tiled) {
assert(toplevel->base->client->shell->version >= 2); assert(toplevel->base->client->shell->version >=
XDG_TOPLEVEL_STATE_TILED_LEFT_SINCE_VERSION);
toplevel->scheduled.tiled = tiled; toplevel->scheduled.tiled = tiled;
return wlr_xdg_surface_schedule_configure(toplevel->base); return wlr_xdg_surface_schedule_configure(toplevel->base);
} }

Loading…
Cancel
Save