[client] make methods static inline

This commit is contained in:
Geoffrey McRae
2017-12-14 08:23:58 +11:00
parent 163f612efa
commit 2374b1a9fb
2 changed files with 3 additions and 3 deletions

View File

@@ -573,7 +573,7 @@ bool lgr_opengl_on_frame_event(void * opaque, const uint8_t * data, bool resampl
return true;
}
inline void lgr_opengl_draw_mouse(struct LGR_OpenGL * this)
static inline void lgr_opengl_draw_mouse(struct LGR_OpenGL * this)
{
if (!this->mouseVisible)
return;