smooth resize
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user