mirror of
https://github.com/swaywm/sway.git
synced 2025-01-14 16:26:23 +01:00
Destroy outputs when appropriate
This commit is contained in:
parent
c102f18499
commit
2786fa2215
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ bool handle_output_created(wlc_handle output) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void handle_output_destroyed(wlc_handle output) {
|
void handle_output_destroyed(wlc_handle output) {
|
||||||
|
destroy_output(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
void handle_output_resolution_change(wlc_handle output, const struct wlc_size *from, const struct wlc_size *to) {
|
void handle_output_resolution_change(wlc_handle output, const struct wlc_size *from, const struct wlc_size *to) {
|
||||||
|
|
Loading…
Reference in a new issue