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 /gtk/gtkmain.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 'gtk/gtkmain.h')
-rw-r--r-- | gtk/gtkmain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index b44489f89f..2f07e6cb09 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -62,6 +62,8 @@ gchar* gtk_check_version (guint required_major, */ void gtk_init (int *argc, char ***argv); +gboolean gtk_init_check (int *argc, + char ***argv); void gtk_exit (gint error_code); gchar* gtk_set_locale (void); gint gtk_events_pending (void); |