aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-29 20:04:24 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-29 20:04:24 +1000
commita2fbb20a616444213ff3967b33eed7f4561e3978 (patch)
tree276a133eb78d6e0655bc164693650454d43a22ca /include/sway/output.h
parentAdd comment about usage to arrange_windows declaration (diff)
parentMerge pull request #2172 from apreiml/fix-keybinding-modifier-handling (diff)
downloadsway-a2fbb20a616444213ff3967b33eed7f4561e3978.tar.gz
sway-a2fbb20a616444213ff3967b33eed7f4561e3978.tar.zst
sway-a2fbb20a616444213ff3967b33eed7f4561e3978.zip
Merge remote-tracking branch 'upstream/master' into atomic
Diffstat (limited to 'include/sway/output.h')
-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 e6ca0d02..19fc5e99 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);