mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
view: add functions view_{un,}minimize
This commit is contained in:
parent
d782e48204
commit
49e499d255
4 changed files with 24 additions and 4 deletions
|
|
@ -202,7 +202,7 @@ void cursor_button(struct wl_listener *listener, void *data)
|
|||
view->impl->close(view);
|
||||
break;
|
||||
case LAB_DECO_BUTTON_ICONIFY:
|
||||
view->impl->unmap(view);
|
||||
view_minimize(view);
|
||||
break;
|
||||
case LAB_DECO_PART_TITLE:
|
||||
interactive_begin(view, LAB_CURSOR_MOVE, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue