tpl_wayland_egl: Call wl_display_dispatch_queue_pending with wl_tbm_event_queue inste... 05/89705/4
authorjoonbum.ko <joonbum.ko@samsung.com>
Fri, 23 Sep 2016 05:04:54 +0000 (14:04 +0900)
committerGwan-gyeong Mun <kk.moon@samsung.com>
Tue, 27 Sep 2016 09:01:24 +0000 (02:01 -0700)
commit4815b6fe8c02fa2685817c8503eafe1dac26606a
treed62c1c608dc0c08f2cc5af99753218169063d296
parente3f5ff3d9fd36550ff8cf5640c4821754158251f
tpl_wayland_egl: Call wl_display_dispatch_queue_pending with wl_tbm_event_queue instead of dispatching with default_queue on __tpl_wayland_egl_surface_fini().

 - __tpl_wayland_egl_surface_fini() should call wl_display_dispatch_queue_pending with wl_tbm_event_queue because of the wl_event_queue is seperated default_queue and wl_tbm_event_queue.

Change-Id: I7b80e8752e4d056c4ee6fba5467503cd6c73c0db
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
src/tpl_wayland_egl.c