summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-06-26 15:13:03 +0100
committerLibravatar GitHub <noreply@github.com>2018-06-26 15:13:03 +0100
commitecd748d240f58961581b06272d85b5bd150b9a29 (patch)
tree298f8a97f96710a88ed4e43957c5839594cacfd2 /include
parentxdg_shell: make view floating if a parent has been set (diff)
parentMerge pull request #2164 from ael-code/background_fixes (diff)
downloadsway-ecd748d240f58961581b06272d85b5bd150b9a29.tar.gz
sway-ecd748d240f58961581b06272d85b5bd150b9a29.tar.zst
sway-ecd748d240f58961581b06272d85b5bd150b9a29.zip
Merge branch 'master' into float_xdg_shell
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 70f746dc..8180ce3d 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -32,6 +32,10 @@ struct sway_output {
32 struct wl_list link; 32 struct wl_list link;
33 33
34 pid_t bg_pid; 34 pid_t bg_pid;
35
36 struct {
37 struct wl_signal destroy;
38 } events;
35}; 39};
36 40
37void output_damage_whole(struct sway_output *output); 41void output_damage_whole(struct sway_output *output);