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/gtksizegroup.h | |
parent | 1a46d3d534698081b67e56e5510f521e45bfcbd1 (diff) | |
download | gtk+-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/gtksizegroup.h')
-rw-r--r-- | gtk/gtksizegroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksizegroup.h b/gtk/gtksizegroup.h index 0eb95ea48a..5dcb66a75a 100644 --- a/gtk/gtksizegroup.h +++ b/gtk/gtksizegroup.h @@ -74,7 +74,7 @@ typedef enum { GTK_SIZE_GROUP_BOTH } GtkSizeGroupMode; -GType gtk_size_group_get_type (void) G_GNUC_CONST;; +GType gtk_size_group_get_type (void) G_GNUC_CONST; GtkSizeGroup * gtk_size_group_new (GtkSizeGroupMode mode); void gtk_size_group_set_mode (GtkSizeGroup *size_group, |