diff options
Diffstat (limited to 'include/sway')
| -rw-r--r-- | include/sway/output.h | 4 | 
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 {  	struct wl_list link;  	pid_t bg_pid; + +	struct { +		struct wl_signal destroy; +	} events;  };  void output_damage_whole(struct sway_output *output); | 
