x11 borders fix

This commit is contained in:
2026-04-26 22:34:31 +07:00
parent 9d8dff3372
commit 68b274628c
7 changed files with 34 additions and 9 deletions
-3
View File
@@ -25,9 +25,6 @@ void xdg_toplevel_commit(struct wl_listener *listener, void *data)
return;
}
/* Update borders and position only after client prepared new buffer */
absinthe_toplevel_set_position(toplevel, toplevel->geometry.x, toplevel->geometry.y);
absinthe_toplevel_update_borders_geometry(toplevel);
if (toplevel->resizing && toplevel->resizing <= toplevel->toplevel.xdg->base->current.configure_serial)
toplevel->resizing = 0;
}