Merge branch 'main' into wlroots-next

This commit is contained in:
Leonardo Hernández Hernández 2022-03-10 10:34:43 -06:00
commit 432c15fb09
No known key found for this signature in database
GPG key ID: E538897EE11B9624
4 changed files with 11 additions and 9 deletions

View file

@ -156,8 +156,7 @@ client_set_tiled(Client *c, uint32_t edges)
if (client_is_x11(c))
return;
#endif
wlr_xdg_toplevel_set_tiled(c->surface.xdg->toplevel, WLR_EDGE_TOP |
WLR_EDGE_BOTTOM | WLR_EDGE_LEFT | WLR_EDGE_RIGHT);
wlr_xdg_toplevel_set_tiled(c->surface.xdg->toplevel, edges);
}
static inline struct wlr_surface *