mirror of
https://github.com/labwc/labwc.git
synced 2026-03-07 04:33:54 -05:00
foreign: handle minimize request
This commit is contained in:
parent
b4722d988e
commit
9cf0608aba
5 changed files with 28 additions and 18 deletions
|
|
@ -98,7 +98,7 @@ desktop_focus_view(struct seat *seat, struct view *view)
|
|||
}
|
||||
if (view->minimized) {
|
||||
/* this will unmap and then focus */
|
||||
view_unminimize(view);
|
||||
view_minimize(view, false);
|
||||
return;
|
||||
} else if (view->mapped) {
|
||||
struct wlr_surface *prev_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue