mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Rename view_set_csd_from_client to view_update_csd_from_client
This commit is contained in:
parent
efcfe57b10
commit
6d0442c0c2
7 changed files with 7 additions and 7 deletions
|
|
@ -250,7 +250,7 @@ static void handle_set_decorations(struct wl_listener *listener, void *data) {
|
|||
struct wlr_xwayland_surface *xsurface = view->wlr_xwayland_surface;
|
||||
|
||||
bool csd = xsurface->decorations != WLR_XWAYLAND_SURFACE_DECORATIONS_ALL;
|
||||
view_set_csd_from_client(view, csd);
|
||||
view_update_csd_from_client(view, csd);
|
||||
}
|
||||
|
||||
static void _close(struct sway_view *view) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue