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