devilhorns pushed a commit to branch feature/wayland/multi-output. http://git.enlightenment.org/core/efl.git/commit/?id=39a93720a806b2c4e3df5a73d4c27e1c6fe48f07
commit 39a93720a806b2c4e3df5a73d4c27e1c6fe48f07 Author: Chris Michael <cp.mich...@samsung.com> Date: Thu Mar 29 09:17:52 2018 -0400 ecore-evas-drm: Minor formatting fix --- src/lib/ecore_drm2/ecore_drm2_fb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_drm2/ecore_drm2_fb.c b/src/lib/ecore_drm2/ecore_drm2_fb.c index 500e46d6eb..28596b51f4 100644 --- a/src/lib/ecore_drm2/ecore_drm2_fb.c +++ b/src/lib/ecore_drm2/ecore_drm2_fb.c @@ -503,7 +503,8 @@ _fb_flip(Ecore_Drm2_Output *output) repeat = EINA_FALSE; ret = sym_drmModePageFlip(fb->fd, output->crtc_id, fb->id, - DRM_MODE_PAGE_FLIP_EVENT, output); + DRM_MODE_PAGE_FLIP_EVENT, + output); /* Some drivers (RPI - looking at you) are broken and produce * flip events before they are ready for another flip, so be --