summaryrefslogtreecommitdiffstats
path: root/src/ZYZEnhancedEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-16 14:58:08 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-16 14:58:08 +0800
commit741ac19c54f0cf8d3ac16819a2de34c9c3b79023 (patch)
tree537d409342399149c97435476ea36e35bc6d7048 /src/ZYZEnhancedEditor.cc
parent63f62cc58c3bde41e94196c93735b788502b9e40 (diff)
downloadibus-libzhuyin-741ac19c54f0cf8d3ac16819a2de34c9c3b79023.tar.gz
ibus-libzhuyin-741ac19c54f0cf8d3ac16819a2de34c9c3b79023.tar.xz
ibus-libzhuyin-741ac19c54f0cf8d3ac16819a2de34c9c3b79023.zip
fixes compile
Diffstat (limited to 'src/ZYZEnhancedEditor.cc')
-rw-r--r--src/ZYZEnhancedEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZEnhancedEditor.cc b/src/ZYZEnhancedEditor.cc
index e2b239b..3b882ad 100644
--- a/src/ZYZEnhancedEditor.cc
+++ b/src/ZYZEnhancedEditor.cc
@@ -36,7 +36,7 @@ EnhancedEditor::~EnhancedEditor (void)
}
gboolean
-EnhancedEditor::processEvent (guint keyval, guint keycode, guint modifiers)
+EnhancedEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
{
modifiers &= (IBUS_CONTROL_MASK |
IBUS_MOD1_MASK |