From: handa Date: Tue, 9 Mar 2004 06:27:19 +0000 (+0000) Subject: (xim_create_ic, xim_destroy_ic, x_error_handler) X-Git-Tag: REL-1-0-1~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=914f2a68a3345c1aa56b827fea2f67f330e93132;p=m17n%2Fm17n-lib.git (xim_create_ic, xim_destroy_ic, x_error_handler) (x_io_error_handler): Make them static. --- diff --git a/src/m17n-X.c b/src/m17n-X.c index c7b5694..d9f7037 100644 --- a/src/m17n-X.c +++ b/src/m17n-X.c @@ -907,7 +907,7 @@ xim_close_im (MInputMethod *im) free (im_info); } -int +static int xim_create_ic (MInputContext *ic) { MInputXIMArgIC *arg = (MInputXIMArgIC *) ic->arg; @@ -962,7 +962,7 @@ xim_create_ic (MInputContext *ic) return 0; } -void +static void xim_destroy_ic (MInputContext *ic) { MInputXIMContextInfo *ic_info = (MInputXIMContextInfo *) ic->info; @@ -1018,14 +1018,14 @@ xim_lookup (MInputContext *ic, MSymbol key, void *arg, MText *mt) #if 1 -int +static int x_error_handler (Display *display, XErrorEvent *error) { mdebug_hook (); return 0; } -int +static int x_io_error_handler (Display *display) { mdebug_hook ();