libgnomeui/gnome-icon-list.{c,h} patch?



Hi,
    While trying to compile gnome-perl I found that there was a problem
with the gnome-icon-list.h file... After a little research I believe the
problem is the gnome-icon-list.h file uses a gdk_imlib structure but doesn't
include the gdk_imlib.h file -- this is included in the gnome-icon-list.c
file.  This patch moves the include from the .c to the .h  If it looks
okay, could someone commit it?

Thanks,
Toshio

-- 
badger  \"Life is like a china candy dish, filled with brightly promising
@prtr-13 \ sweets, quickly empited.  lasts longer.  dropped.  it breaks."
.ucsc.edu  \~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
--- gnome-libs/libgnomeui/gnome-icon-list.c.imlib	Fri May 22 23:18:53 1998
+++ gnome-libs/libgnomeui/gnome-icon-list.c	Fri May 22 23:19:21 1998
@@ -7,7 +7,6 @@
 
 /* Much of this file is shamelessly ripped from the GtkCList widget by Jay Painter */
 
-#include <gdk_imlib.h>
 #include <gtk/gtkadjustment.h>
 #include <gtk/gtkhscrollbar.h>
 #include <gtk/gtksignal.h>
--- gnome-libs/libgnomeui/gnome-icon-list.h.imlib	Fri May 22 23:19:03 1998
+++ gnome-libs/libgnomeui/gnome-icon-list.h	Fri May 22 23:19:33 1998
@@ -8,7 +8,7 @@
 #ifndef GNOME_ICON_LIST_H
 #define GNOME_ICON_LIST_H
 
-
+#include <gdk_imlib.h>
 #include <gtk/gtkcontainer.h>
 #include <libgnome/gnome-defs.h>
 

PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]