pkgsrc/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp
obache 9c22085d73 Update scim to 1.4.15.
* Disable key snooping by default.
* Handle special keys correctly.
* Send reedit-changed event when composing reedit string.
2014-11-09 02:46:30 +00:00

19 lines
684 B
C++

$NetBSD: patch-extras_immodules_agent_scim-bridge-agent-application.cpp,v 1.2 2014/11/09 02:46:30 obache Exp $
--- extras/immodules/agent/scim-bridge-agent-application.cpp.orig 2012-06-13 15:22:28.000000000 +0000
+++ extras/immodules/agent/scim-bridge-agent-application.cpp
@@ -61,12 +61,12 @@ int main (int argc, char *argv[])
{0, 0, NULL, 0}
};
- char short_options[] = "vhqdls:b:";
+ char short_options[] = "vhql:sn:";
unsigned int tmp_uint;
int option = 0;
- while (option != EOF) {
+ while (option != -1) {
option = getopt_long (argc, argv, short_options, long_options, NULL);
switch (option) {
case 'v':