diff options
Diffstat (limited to 'include/rootston/layers.h')
-rw-r--r-- | include/rootston/layers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/layers.h b/include/rootston/layers.h index cc285fe7..35f5399e 100644 --- a/include/rootston/layers.h +++ b/include/rootston/layers.h @@ -16,6 +16,7 @@ struct roots_layer_surface { struct wl_listener surface_commit; struct wl_listener output_destroy; struct wl_listener output_mode; + struct wl_listener output_transform; bool configured; struct wlr_box geo; |