We should use dispatch_pending here.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84381
This commit is contained in:
Christopher Michael 2013-02-26 14:51:11 +00:00 committed by Christopher Michael
parent 4689ceb088
commit b5916516c1
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ engine_wayland_egl_args(const char *engine __UNUSED__, int width __UNUSED__, int
void
engine_wayland_egl_loop(void)
{
assert(wl_display_dispatch(wl.display) != -1);
assert(wl_display_dispatch_pending(wl.display) != -1);
}
void