ecore_drm: Update device copy of framebuffer after page flip completes
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 11 Mar 2016 00:34:19 +0000 (18:34 -0600)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 11 Mar 2016 16:53:46 +0000 (11:53 -0500)
commitee0508a2bb6ecf69c7920ad1b39a619e0901514a
tree3f26fffe00ba706e989cfd187f66f797cdb540a0
parentd558c0122f30668dcc2fe21b49a82c8388b5e318
ecore_drm: Update device copy of framebuffer after page flip completes

The device struct is API, so its copy of the fb pointer needs to be
kept in sync with the output struct's.  We do this when the flip completes
to try to prevent access to an fb that's about to flip.

This fixes Enlightenment screenshots.

@fix
src/lib/ecore_drm/ecore_drm_device.c