sway

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

commit ef407559e22f4a8c8762702ba3270eaaf19ea0ba
parent a416715372bb51bcdc1d05426afbf5e909b5984a
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 23 Jan 2016 16:35:39 -0500

Add new wlc thing to views

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

diff --git a/sway/handlers.c b/sway/handlers.c @@ -266,6 +266,7 @@ static bool handle_view_created(wlc_handle handle) { sway_log(L_DEBUG, "Adding unmanaged window %p to %p", h, output->unmanaged); list_add(output->unmanaged, h); } + wlc_view_set_mask(handle, VISIBLE); return true; }