mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Add view_impl .map and .unmap
Hook up iconify button to view->impl->unmap
This commit is contained in:
parent
98c556be2a
commit
bf3e4aa8d5
6 changed files with 79 additions and 49 deletions
|
|
@ -66,7 +66,6 @@ static void keyboard_handle_key(struct wl_listener *listener, void *data)
|
|||
} else if (event->state == WLR_KEY_PRESSED) {
|
||||
/* cycle to next */
|
||||
server->cycle_view = next_toplevel(server->cycle_view);
|
||||
info("cycle_view=%p", (void *)server->cycle_view);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue