SnapToRegion: Wire up output and handle usable_area changes

This commit is contained in:
Consolatis 2022-07-06 16:57:25 +02:00
parent 43fe138385
commit 67952cd749
3 changed files with 42 additions and 2 deletions

View file

@ -309,6 +309,8 @@ struct output {
struct wlr_scene_buffer *workspace_osd;
struct wlr_box usable_area;
struct wl_list regions; /* struct region.link */
struct lab_data_buffer *osd_buffer;
struct wl_listener destroy;