summaryrefslogtreecommitdiff
path: root/src/modules/contact
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2013-09-11 14:23:43 +0100
committerMike Blumenkrantz <zmike@samsung.com>2014-01-14 20:28:57 -0500
commit12d7405a0fa1c82d6d86d84e2783af212e22f0b1 (patch)
treeaae209930af0b380ee3ef0e23dc6b42a4c9a1f95 /src/modules/contact
parenta9627e84f511af70daef4e137720892657a2f841 (diff)
downloadenlightenment-12d7405a0fa1c82d6d86d84e2783af212e22f0b1.tar.gz
huge wl fixup (wayland clients actually working again)
* try to clear up build system for separating out ecore-x * add #ifdefs for lots of ecore-x stuff * break out some internal e wl functions for reuse in api * store wl surface buffers as an inlist * add protocol-specific client compositor data ** move lots of X client attributes here * add pixmap type checks to a number of X-specific things, such as grabinput, to block them for non-X clients * rearrange startup order to work with wayland * move X screensaver code to e_comp_x * flag modules still requiring X with -DNEED_X
Diffstat (limited to 'src/modules/contact')
-rw-r--r--src/modules/contact/e_policy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/contact/e_policy.c b/src/modules/contact/e_policy.c
index fd7241607c..62994afc20 100644
--- a/src/modules/contact/e_policy.c
+++ b/src/modules/contact/e_policy.c
@@ -236,7 +236,8 @@ _cb_hook_layout(void *data __UNUSED__, E_Comp *comp)
}
else
{
- if (ec->illume.conformant.conformant)
+#warning X ONLY! SPANK! SPANK! SPANK!!!
+ if (ec->comp_data->illume.conformant.conformant)
{
if (kbd_on != want_kbd)
{