mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
96d86dc4d5
commit
717961aa8c
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
|
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
|
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
|
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
|
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
Thu May 29 18:30:35 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/imipa.c:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user