aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 12:19:20 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commita76829f3756d3df22fe46e6688374497de29c2e1 (patch)
tree2dc57796bf9975dacd3de8913cfe97d0c8fa981d /include/sway/output.h
parentRespect user bar height preference (diff)
downloadsway-a76829f3756d3df22fe46e6688374497de29c2e1.tar.gz
sway-a76829f3756d3df22fe46e6688374497de29c2e1.tar.zst
sway-a76829f3756d3df22fe46e6688374497de29c2e1.zip
Some layer shell fixes
Based on the corresponding rootston changes
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index f899230f..6fb79987 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -21,6 +21,7 @@ struct sway_output {
21 struct wl_listener frame; 21 struct wl_listener frame;
22 struct wl_listener destroy; 22 struct wl_listener destroy;
23 struct wl_listener mode; 23 struct wl_listener mode;
24 struct wl_listener transform;
24 25
25 pid_t bg_pid; 26 pid_t bg_pid;
26}; 27};