diff options
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index f258ab00..781bf15d 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -1165,7 +1165,7 @@ static bool update_state(int action, bool *state) { return changed; } -static inline bool xsurface_is_maximized( +static bool xsurface_is_maximized( struct wlr_xwayland_surface *xsurface) { return xsurface->maximized_horz && xsurface->maximized_vert; } |