ecore_wl2: Remove just the flush from the idle handler
authorDerek Foreman <derekf@osg.samsung.com>
Sun, 22 Oct 2017 15:19:50 +0000 (10:19 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Sun, 22 Oct 2017 15:19:50 +0000 (10:19 -0500)
commit3314d36f9bb58f48bc808adb2b7c75bba18309ba
treefef04b6c93decb209ad89c889979f57056f1bd93
parente23854eb6ae6012afdb82dacc01e297f9f455c9f
ecore_wl2: Remove just the flush from the idle handler

Flushing should be done where it's needed now, but we still
need the rest of the idle handler as something like mesa may
have dispatched its queue, which reads all the pending wayland
events.  In that case we have events to process but the fd will
not poll readable.

@fix T6250
src/lib/ecore_wl2/ecore_wl2_display.c