diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-10-24 18:49:39 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-10-24 18:49:39 -0700 |
| commit | 355f610e67a9d8c4d62abb790b0b12a9b2c4598e (patch) | |
| tree | 8a512564f0948e673c27e3bff0e8b5aa41bb7304 /include | |
| parent | 1b9c98483c962cfe4a99c28839a939afe100dfe0 (diff) | |
output: change output::destroy to output::disable
This changes output::destroy to output::disable and emits it only
once when an output is disabled, instead of twice in succession.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 5dfe0fff..26b9709f 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -48,7 +48,7 @@ struct sway_output { struct wl_listener damage_frame; struct { - struct wl_signal destroy; + struct wl_signal disable; } events; struct timespec last_presentation; |
