xwayland: make xwm_surface_activate static

This commit is contained in:
emersion 2018-07-18 19:59:46 +01:00
parent 153f37bdf5
commit 5dca4741df
1 changed files with 1 additions and 2 deletions

View File

@ -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)) {