Shade and Unshade actions

This commit is contained in:
Keith Bowes 2022-02-25 16:28:59 -05:00
parent 0769addabd
commit 8403f759c4
8 changed files with 90 additions and 57 deletions

View file

@ -44,7 +44,7 @@ struct wb_view {
struct wl_listener surface_commit;
bool mapped;
int width, height, x, y;
struct wlr_box current_position;
struct wlr_box previous_position;
};