From 914f2a68a3345c1aa56b827fea2f67f330e93132 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 9 Mar 2004 06:27:19 +0000 Subject: [PATCH] (xim_create_ic, xim_destroy_ic, x_error_handler) (x_io_error_handler): Make them static. --- src/m17n-X.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 (); -- 1.7.10.4