mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 17:30:08 +01:00
window: Fix 'devlivery' misspelling
This commit is contained in:
parent
894b3ecc63
commit
e57b6a13ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* ignore key presses if a grab is active. We expand the key
|
||||||
* event delivery mechanism to route events to widgets to
|
* event delivery mechanism to route events to widgets to
|
||||||
* properly handle key grabs. In the meantime, this prevents
|
* properly handle key grabs. In the meantime, this prevents
|
||||||
* key event devlivery while a grab is active. */
|
* key event delivery while a grab is active. */
|
||||||
if (input->grab && input->grab_button == 0)
|
if (input->grab && input->grab_button == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue