diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-19 00:58:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-19 00:58:09 +0000 |
commit | 5a43a59ff3f7dd66b43b66c1c38ca4bcb99cd76e (patch) | |
tree | f670758610bc5461529b0e8910bff07f8a4b854e /gtk/gtkwindow.h | |
parent | 1a46d3d534698081b67e56e5510f521e45bfcbd1 (diff) | |
download | gdk-pixbuf-5a43a59ff3f7dd66b43b66c1c38ca4bcb99cd76e.tar.gz |
Fix incorrect parameter to compute_double_length (#58680, patch from
Tue Sep 18 20:47:16 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix
incorrect parameter to compute_double_length
(#58680, patch from Matthias Clasen)
Fixes for compilation with Forte cc. (#59734, Derek Rafter)
* gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
* gdk/gdktypes.h (GdkModifierType): Write 1u << 31
for GDK_RELEASE_MASK to avoid warnings with Forte.
* gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
break; statements.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index c34b29797..4135997f5 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -292,7 +292,7 @@ void gtk_window_reshow_with_initial_size (GtkWindow *window); /* Window groups */ -GType gtk_window_group_get_type (void) G_GNUC_CONST;; +GType gtk_window_group_get_type (void) G_GNUC_CONST; GtkWindowGroup * gtk_window_group_new (void); void gtk_window_group_add_window (GtkWindowGroup *window_group, |