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:
Matthias Clasen
2003-05-30 16:25:55 +00:00
committed by Matthias Clasen
parent 96d86dc4d5
commit 717961aa8c
6 changed files with 31 additions and 1 deletions

View File

@ -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);