diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-07 16:36:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-07 16:36:36 +0000 |
commit | 79f532177fbd037059d9c83e0a7d954dab7647e3 (patch) | |
tree | 1f77485b70664e33bac7fdef8e93eebcb6319b5e /gdk/gdk.h | |
parent | 56aae058fc575645f1b1f0015fa844a13609caf1 (diff) | |
download | gtk+-79f532177fbd037059d9c83e0a7d954dab7647e3.tar.gz |
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)
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |