1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build with gcc 3.4.

This commit is contained in:
Adam Weinberger 2004-08-12 14:16:01 +00:00
parent d375efd3e4
commit 9591db66b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116034
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- libegg/toolbar/eggtoolbar.c.orig Thu Aug 12 10:09:55 2004
+++ libegg/toolbar/eggtoolbar.c Thu Aug 12 10:11:54 2004
@@ -2534,7 +2534,7 @@
GtkWidget*
egg_toolbar_append_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,
@@ -2551,7 +2551,7 @@
GtkWidget *
egg_toolbar_prepend_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,

View File

@ -0,0 +1,20 @@
--- libegg/toolbar/eggtoolbar.c.orig Thu Aug 12 10:09:55 2004
+++ libegg/toolbar/eggtoolbar.c Thu Aug 12 10:11:54 2004
@@ -2534,7 +2534,7 @@
GtkWidget*
egg_toolbar_append_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,
@@ -2551,7 +2551,7 @@
GtkWidget *
egg_toolbar_prepend_element (EggToolbar *toolbar,
- GtkToolbarChildType type,
+ EggToolbarChildType type,
GtkWidget *widget,
const char *text,
const char *tooltip_text,