smooth resize

This commit is contained in:
2026-05-22 21:28:11 +07:00
parent 9feacd29f0
commit 5d7e048124
8 changed files with 45 additions and 43 deletions
+1
View File
@@ -15,4 +15,5 @@ void toplevel_set_floating(absn_toplevel *toplevel, bool floating);
void toplevel_set_fullscreen(absn_toplevel *toplevel, bool fullscreen);
void toplevel_set_border_color(absn_toplevel *toplevel, const float color[4]);
void toplevel_update_borders_geom(absn_toplevel *toplevel);
#endif
-3
View File
@@ -218,12 +218,9 @@ struct absn_toplevel {
struct wlr_scene_rect *border[4];
struct wlr_xdg_toplevel_decoration_v1 *deco;
bool can_be_tiled;
bool floating;
bool fullscreen;
bool urgent;
uint32_t resizing;
struct wlr_box geom;
struct wlr_box prev_geom;