diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-21 20:55:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-21 20:55:04 +0000 |
commit | 25cdbd356057a4e8d3a654487a739a279fa96068 (patch) | |
tree | f55f54f575c9e3502639460a09e69ae84c8dd643 /gdk/gdk.h | |
parent | 295e763b4da13726b7beb8e9c905a5af30b0e251 (diff) | |
download | gtk+-25cdbd356057a4e8d3a654487a739a279fa96068.tar.gz |
Account for the fact that Xlib expects format == 32 to be a long, even on
Sun Feb 21 15:59:55 1999 Owen Taylor <otaylor@redhat.com>
* gdk/MwmUtil.h gdk/gdkwindow.c: Account for the
fact that Xlib expects format == 32 to be a long,
even on 64-bit architectures.
[ patch from George Lebl (jirka@5z.com) ]
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ extern "C" { #define GDK_PRIORITY_EVENTS (G_PRIORITY_DEFAULT) void gdk_init (gint *argc, gchar ***argv); +gboolean gdk_init_check (gint *argc, + gchar ***argv); void gdk_exit (gint error_code); gchar* gdk_set_locale (void); |