summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.c b/fb.c
index 97d0a17..39e7feb 100644
--- a/fb.c
+++ b/fb.c
@@ -87,7 +87,7 @@ typedef struct fb_t {
/* Synchronize with the page flip by waiting for its event. */
-static void fb_drm_flip_wait(fb_t *fb)
+static inline void fb_drm_flip_wait(fb_t *fb)
{
drmEventContext drm_ev_ctx = {
.version = DRM_EVENT_CONTEXT_VERSION,
© All Rights Reserved