summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-11-05 18:07:33 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-11-05 18:07:33 +0900
commit6488b87792b81d20ceeb5f3f69381887e12bf4c7 (patch)
tree7f2c999df9c1a4756ccbeb8e3b7d7285e3e4278e /client
parente64b25c0ab8fadeae97fe78dcfcbc3a5d0869c6b (diff)
Wayland: Fix Small typo
BUG=http://code.google.com/p/ibus/issues/detail?id=1671 TEST=client/wayland/ibus-wayland Review URL: https://codereview.appspot.com/18780044 Patch from Eduardo Lima (Etrunko) <eduardo.lima@intel.com>.
Diffstat (limited to 'client')
-rw-r--r--client/wayland/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/wayland/main.c b/client/wayland/main.c
index 7a7490be..ec7b95a0 100644
--- a/client/wayland/main.c
+++ b/client/wayland/main.c
@@ -538,8 +538,8 @@ input_method_keyboard_modifiers (void *data,
wlim->modifiers |= IBUS_META_MASK;
wl_input_method_context_modifiers (context, serial,
- mods_depressed, mods_depressed,
- mods_latched, group);
+ mods_depressed, mods_latched,
+ mods_locked, group);
}
static const struct wl_keyboard_listener keyboard_listener = {