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.
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user