summaryrefslogtreecommitdiff
path: root/fb.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2016-12-12 17:30:38 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2016-12-12 17:30:38 -0800
commita77787948f3c9ec0f0934f3c55d238d7706b1905 (patch)
treefb9b348d6d121d0c2da33c1a0e092e5fe6c06b78 /fb.c
parent5de227689402736235f6bdb932fa9ad5f939fcb8 (diff)
fb: inline fb_drm_flip_wait
Diffstat (limited to 'fb.c')
-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