tpl_wayland_egl: Modify creating event queue for multi-threaded usage 93/161093/2
authorHoyub Lee <hoyub.lee@samsung.com>
Tue, 21 Nov 2017 11:00:12 +0000 (20:00 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Wed, 22 Nov 2017 04:36:02 +0000 (13:36 +0900)
commit57653ab676435f1f7dab4bd0947bb0a821475a67
tree4a27e9b2a8079c717392e0907d4a4001fa5204ce
parent487f774a6cf4e2ab133aee171efcb9547dd32d3d
tpl_wayland_egl: Modify creating event queue for multi-threaded usage

In multi-threaded wayland, below is guided on creating own event queue:
  Create a wl_interface object with a specified event queue, instead of
  creating an object and then changing it’s queue.

This patch applies this guideline on where creating own event queue.

Change-Id: Ieee31c9544af12c1c31aa807423b9a3eb972f5bf
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
src/tpl_wayland_egl.c