diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2016-12-12 17:30:38 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2016-12-12 17:30:38 -0800 |
commit | a77787948f3c9ec0f0934f3c55d238d7706b1905 (patch) | |
tree | fb9b348d6d121d0c2da33c1a0e092e5fe6c06b78 | |
parent | 5de227689402736235f6bdb932fa9ad5f939fcb8 (diff) |
fb: inline fb_drm_flip_wait
-rw-r--r-- | fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |