workspaces: follow_pointer_mouse doesn't follow hidden containers

This commit is contained in:
Jose Diez 2015-08-10 22:45:50 +02:00
parent 8cc2c6fa7a
commit d8f364a846
3 changed files with 6 additions and 2 deletions

View file

@ -40,6 +40,7 @@ void set_mask(swayc_t *view, void *data) {
if(view->type == C_VIEW) {
wlc_view_set_mask(view->handle, *p);
view->visible = (*p == 2);
}
}