mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
parent
08c537ebd9
commit
067b0e8798
1 changed files with 3 additions and 1 deletions
|
|
@ -368,8 +368,10 @@ set_activated(struct view *view, bool activated)
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_xwayland_surface_activate(surface, activated);
|
wlr_xwayland_surface_activate(surface, activated);
|
||||||
|
if (activated) {
|
||||||
wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE);
|
wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
set_fullscreen(struct view *view, bool fullscreen)
|
set_fullscreen(struct view *view, bool fullscreen)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue