SnapToRegion: Add overlay while moving and pressing a modifier

This commit is contained in:
Consolatis 2022-07-06 07:19:28 +02:00
parent 0c31886061
commit 7e99d8ba08
10 changed files with 110 additions and 4 deletions

View file

@ -156,6 +156,8 @@ struct seat {
struct wlr_scene_tree *icons;
} drag;
struct wlr_scene_rect *region_overlay;
struct wl_client *active_client_while_inhibited;
struct wl_list inputs;
struct wl_listener new_input;