From 79f532177fbd037059d9c83e0a7d954dab7647e3 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 7 Dec 1997 16:36:36 +0000 Subject: Remove dependencies of interfaces on USE_XIM Attempt to make wchar * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM * gdki18n.h: Attempt to make wchar handling more portable * gdkwindow.c: Include config.h. (For gdkinput.h) --- gdk/gdk.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdk/gdk.h') diff --git a/gdk/gdk.h b/gdk/gdk.h index 610f81ca9f..b8f1487e7b 100644 --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -623,7 +623,6 @@ GdkTimeCoord *gdk_input_motion_events (GdkWindow *window, guint32 stop, gint *nevents_return); -#ifdef USE_XIM /* International Input Method Support Functions */ @@ -637,14 +636,13 @@ GdkIC gdk_ic_new (GdkWindow* client_window, GdkWindow* focus_window, GdkIMStyle style, ...); void gdk_ic_destroy (GdkIC ic); +GdkIMStyle gdk_ic_get_style (GdkIC ic); void gdk_ic_set_values (GdkIC ic, ...); void gdk_ic_get_values (GdkIC ic, ...); void gdk_ic_set_attr (GdkIC ic, const char *target, ...); void gdk_ic_get_attr (GdkIC ic, const char *target, ...); GdkEventMask gdk_ic_get_events (GdkIC ic); -#endif /* USE_XIM */ - /* Miscellaneous */ void gdk_event_send_clientmessage_toall(GdkEvent *event); -- cgit v1.2.1