From 01a4273c38d4fbcc9887445b84078339039d1664 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 25 Jun 2015 19:20:42 -0400 Subject: [PATCH] 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)); -- 2.7.4