diff options
Diffstat (limited to 'include/rootston/layers.h')
-rw-r--r-- | include/rootston/layers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/layers.h b/include/rootston/layers.h index 269056ea..f432d53d 100644 --- a/include/rootston/layers.h +++ b/include/rootston/layers.h @@ -14,6 +14,9 @@ struct roots_layer_surface { struct wl_listener map; struct wl_listener unmap; struct wl_listener surface_commit; + + bool configured; + struct wlr_box geo; }; #endif |