projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894b3ec
)
window: Fix 'devlivery' misspelling
author
Bryce Harrington
<bryce@osg.samsung.com>
Tue, 11 Oct 2016 23:06:44 +0000
(16:06 -0700)
committer
Bryce Harrington
<bryce@osg.samsung.com>
Tue, 11 Oct 2016 23:06:44 +0000
(16:06 -0700)
clients/window.c
patch
|
blob
|
history
diff --git
a/clients/window.c
b/clients/window.c
index 1c53b5f569a7bb22460fa2f0a49e427cf0b6b5b9..5e41210bfa045471b96eeab3e69a248d21d449e3 100644
(file)
--- a/
clients/window.c
+++ b/
clients/window.c
@@
-3141,7
+3141,7
@@
keyboard_handle_key(void *data, struct wl_keyboard *keyboard,
* ignore key presses if a grab is active. We expand the key
* event delivery mechanism to route events to widgets to
* properly handle key grabs. In the meantime, this prevents
- * key event de
v
livery while a grab is active. */
+ * key event delivery while a grab is active. */
if (input->grab && input->grab_button == 0)
return;