change comp_wl_data structure to store the wl_resource of the client

buffer. No longer dealing with reference buffers.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-31 12:27:41 -04:00
parent 240d651d2f
commit 770b3e5f26
1 changed files with 1 additions and 2 deletions

View File

@ -240,8 +240,7 @@ struct _E_Comp_Wl_Client_Data
struct
{
int32_t x, y, w, h;
E_Comp_Wl_Buffer *buffer;
struct wl_listener buffer_destroy;
struct wl_resource *buffer;
Eina_Bool new_attach : 1;
Eina_List *damages;
Eina_Tiler *input;