projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a0602
)
use ctrl+alt+backspace hotkey in wayland compositor for all non-release builds
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 25 Jun 2015 23:20:42 +0000
(19:20 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 26 Jun 2015 00:04:31 +0000
(20:04 -0400)
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index d838248be3602030e1b8707f6de3b85ec4519bc1..ac5d37768e420faece53d079fc13a54c66f7c73e 100644
(file)
--- 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));