diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 17:18:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:51:41 -0400 |
commit | 52fe2688ea1068d5cd0801ead4fc078c3a37dea1 (patch) | |
tree | cf8b5a52b3117cd1ff3aa188d059b0a466145b2a /include/rootston | |
parent | 13edb19a6ca89da3fcbafd3be01d89251658178d (diff) |
Address @emersion's feedback
Diffstat (limited to 'include/rootston')
-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; |