mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Destroy outputs when appropriate
This commit is contained in:
parent
c102f18499
commit
2786fa2215
@ -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 New Issue
Block a user