aboutsummaryrefslogtreecommitdiff
path: root/include/sway/layers.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-29 12:19:20 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commita76829f3756d3df22fe46e6688374497de29c2e1 (patch)
tree2dc57796bf9975dacd3de8913cfe97d0c8fa981d /include/sway/layers.h
parent531c175d3e60bf9dbfd538af1fd5eebb906c6f91 (diff)
Some layer shell fixes
Based on the corresponding rootston changes
Diffstat (limited to 'include/sway/layers.h')
-rw-r--r--include/sway/layers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h
index 22054be1..ee47c5ad 100644
--- a/include/sway/layers.h
+++ b/include/sway/layers.h
@@ -14,8 +14,6 @@ struct sway_layer_surface {
struct wl_listener unmap;
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;