discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=01a4273c38d4fbcc9887445b84078339039d1664

commit 01a4273c38d4fbcc9887445b84078339039d1664
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jun 25 19:20:42 2015 -0400

    use ctrl+alt+backspace hotkey in wayland compositor for all non-release 
builds
---
 src/bin/e_comp_wl.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index d838248..ac5d377 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -854,14 +854,12 @@ _e_comp_wl_cb_key_down(void *event)
    keycode = (ev->keycode - 8);
    if (!(cdata = e_comp->wl_comp_data)) return;
 
-#ifdef HAVE_WAYLAND_ONLY
- #ifndef E_RELEASE_BUILD
+#ifndef E_RELEASE_BUILD
    if ((ev->modifiers & ECORE_EVENT_MODIFIER_CTRL) &&
        ((ev->modifiers & ECORE_EVENT_MODIFIER_ALT) ||
        (ev->modifiers & ECORE_EVENT_MODIFIER_ALTGR)) &&
        eina_streq(ev->key, "BackSpace"))
      exit(0);
- #endif
 #endif
 
    end = (uint32_t *)cdata->kbd.keys.data + (cdata->kbd.keys.size / 
sizeof(*k));

-- 


Reply via email to