]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtknotebook.h
Miscellaneous minor fixes to remove ANSI C incompatibilities
[~andy/gtk] / gtk / gtknotebook.h
index e02881b1a0f40383a7e72027aca4add148fd9a66..060509245723638a64d8387acd54f69265315d56 100644 (file)
@@ -76,8 +76,8 @@ struct _GtkNotebookPage
   GtkWidget *child;
   GtkWidget *tab_label;
   GtkWidget *menu_label;
-  gint8 default_menu : 1;
-  gint8 default_tab  : 1;
+  guint default_menu : 1;
+  guint default_tab  : 1;
   GtkRequisition requisition;
   GtkAllocation allocation;
 };