resizing serial

This commit is contained in:
2026-04-23 10:47:42 +07:00
parent 30dbaced7a
commit f5b2e4e674
6 changed files with 25 additions and 15 deletions
+2 -4
View File
@@ -139,10 +139,8 @@ struct absinthe_toplevel {
struct wlr_scene_rect *border[4];
struct wlr_xdg_toplevel_decoration_v1 *decoration;
bool floating;
bool tiled;
bool fullscreen;
bool performing_resize;
bool tiled, floating, fullscreen, maximized;
uint32_t resizing;
struct wlr_box geometry;
struct wlr_box prev_geometry;