From 71c41c263c4185323366e10bbf2162a244b97c97 Mon Sep 17 00:00:00 2001 From: Duna Oh Date: Fri, 3 Jul 2015 17:31:17 +0900 Subject: [PATCH] e_comp_wl: add 'conformant' variable to E_Comp_Wl_Client_Data Change-Id: If3a8a0895cdd38a040763d073eb0d0f270213948 Signed-off-by: Duna Oh --- src/bin/e_comp_wl.c | 1 + src/bin/e_comp_wl.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index e22ea90..60c4857 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2575,6 +2575,7 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec) E_Comp_Client_Data *p_cdata = e_pixmap_cdata_get(ec->pixmap); EINA_SAFETY_ON_NULL_RETURN(p_cdata); ec->comp_data->accepts_focus = p_cdata->accepts_focus; + ec->comp_data->conformant = p_cdata->conformant; /* add this client to the hash */ /* eina_hash_add(clients_win_hash, &win, ec); */ diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 865b717..e095c38 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -331,6 +331,7 @@ struct _E_Comp_Wl_Client_Data Eina_Bool frame_update : 1; Eina_Bool focus_update : 1; unsigned char accepts_focus : 1; + unsigned char conformant : 1; }; struct _E_Comp_Wl_Output -- 2.7.4