gtk/gtknotebook.c Changed guint to GtkNotebookArrow in the signature of
2003-05-30 Matthias Clasen <maclas@gmx.de> * gtk/gtknotebook.c Changed guint to GtkNotebookArrow in the signature of gtk_notebook_draw_arrow() for Solaris builds to go through. (#114043, Anand Subramanian)
This commit is contained in:
committed by
Matthias Clasen
parent
96d86dc4d5
commit
717961aa8c
@ -230,7 +230,7 @@ static void gtk_notebook_draw_tab (GtkNotebook *notebook,
|
||||
GtkNotebookPage *page,
|
||||
GdkRectangle *area);
|
||||
static void gtk_notebook_draw_arrow (GtkNotebook *notebook,
|
||||
guint arrow);
|
||||
GtkNotebookArrow arrow);
|
||||
|
||||
/*** GtkNotebook Size Allocate Functions ***/
|
||||
static void gtk_notebook_pages_allocate (GtkNotebook *notebook);
|
||||
|
||||
Reference in New Issue
Block a user