does not caching the queue_info 28/104428/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Dec 2016 08:47:56 +0000 (17:47 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Dec 2016 08:47:56 +0000 (17:47 +0900)
commitd7813c336c7179d823c5015c23ae65eba906accc
tree25c60a1a765e6a3604e1431b49ff7cd24201e251
parenta89d04336766a16a31a97e20ba42f2509b502e85
does not caching the queue_info

A queue_info is created per tbm_surface_queue, not per wl_surface.
Even if a user want to create the tbm_surface_queue with the same wl_surface,
wayland-tbm-client creates the new tbm_surface_queue, the new queue_info
and wl_tbm_queue resource with wl_surface.

p.s. the function below will be removed or will be changed to get
     the wl_tbm_queue from tbm_surface_queue_h, not from wl_surface.

struct wl_tbm_queue *
wayland_tbm_client_get_wl_tbm_queue(struct wayland_tbm_client *tbm_client, struct wl_surface *surface);

Change-Id: If9a7488c51df079047c73a69ea6e1abaa5fa0ba9
src/wayland-tbm-client.c