mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01:00
xwayland: make xwm_surface_activate static
This commit is contained in:
parent
153f37bdf5
commit
5dca4741df
1 changed files with 1 additions and 2 deletions
|
@ -241,8 +241,7 @@ static void xwm_send_focus_window(struct wlr_xwm *xwm,
|
|||
XCB_CONFIG_WINDOW_STACK_MODE, values);
|
||||
}
|
||||
|
||||
|
||||
void xwm_surface_activate(struct wlr_xwm *xwm,
|
||||
static void xwm_surface_activate(struct wlr_xwm *xwm,
|
||||
struct wlr_xwayland_surface *xsurface) {
|
||||
if (xwm->focus_surface == xsurface ||
|
||||
(xsurface && xsurface->override_redirect)) {
|
||||
|
|
Loading…
Reference in a new issue