aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xwayland/xwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index bbaa4372..09428bd3 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -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)) {