sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 2786fa2215bf6d66a7e4feea4e7e12b0dc8d4ba4
parent c102f184994638155248991e50a7a8ae5c620c91
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu,  6 Aug 2015 08:40:41 -0400

Destroy outputs when appropriate

Diffstat:
Msway/handlers.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/handlers.c b/sway/handlers.c @@ -10,6 +10,7 @@ bool handle_output_created(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) {