tpl_wayland_egl_thread: Modify creating event queue for multi-threaded usage 94/161094/2
authorHoyub Lee <hoyub.lee@samsung.com>
Tue, 21 Nov 2017 11:24:14 +0000 (20:24 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Wed, 22 Nov 2017 04:36:07 +0000 (13:36 +0900)
commitdcfd4d916767ec7d7cf5c3277f03465c718efb15
tree48964c354c0d020c264027844e236e51b82e42dd
parent57653ab676435f1f7dab4bd0947bb0a821475a67
tpl_wayland_egl_thread: Modify creating event queue for multi-threaded usage

In multi-threaded wayland, below is guided on creating own event queue:
  Create 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: I7c08ad93f1f0719ad9093ab252659efe1bd87f07
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
src/tpl_wayland_egl_thread.c