mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Remove inline keyword
The compiler is smarter at figuring out whether a function should be inlined or not.
This commit is contained in:
parent
93cd3a79b2
commit
e57a52e7f7
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue