summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 16:35:39 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-23 16:35:39 -0500
commitef407559e22f4a8c8762702ba3270eaaf19ea0ba (patch)
treece87bab7d243b7acd0477c24ed9e3df28cace900 /sway
parentRevert "s/numlen/log10/g" (diff)
downloadsway-ef407559e22f4a8c8762702ba3270eaaf19ea0ba.tar.gz
sway-ef407559e22f4a8c8762702ba3270eaaf19ea0ba.tar.zst
sway-ef407559e22f4a8c8762702ba3270eaaf19ea0ba.zip
Add new wlc thing to views
Diffstat (limited to 'sway')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index b1c0e26a..bad8b59a 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -266,6 +266,7 @@ static bool handle_view_created(wlc_handle handle) {
266 sway_log(L_DEBUG, "Adding unmanaged window %p to %p", h, output->unmanaged); 266 sway_log(L_DEBUG, "Adding unmanaged window %p to %p", h, output->unmanaged);
267 list_add(output->unmanaged, h); 267 list_add(output->unmanaged, h);
268 } 268 }
269 wlc_view_set_mask(handle, VISIBLE);
269 return true; 270 return true;
270} 271}
271 272