(x_io_error_handler): Make them static.
free (im_info);
}
-int
+static int
xim_create_ic (MInputContext *ic)
{
MInputXIMArgIC *arg = (MInputXIMArgIC *) ic->arg;
return 0;
}
-void
+static void
xim_destroy_ic (MInputContext *ic)
{
MInputXIMContextInfo *ic_info = (MInputXIMContextInfo *) ic->info;
\f
#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 ();