Magellan Linux

Annotation of /trunk/gtk2+/patches/gtk2+-2.24.4-limit-gtksignal-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1308 - (hide annotations) (download)
Fri Apr 8 07:06:01 2011 UTC (13 years, 1 month ago) by niro
File size: 513 byte(s)
patches for 2.24.4
1 niro 1308 http://bugzilla.gnome.org/show_bug.cgi?id=536767
2    
3     Makes inkscape and claws-mail buildable again. Basically all packages still using
4     GtkCList and single included headers.
5     --- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400
6     +++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
7     @@ -29,7 +29,9 @@
8     #ifndef __GTK_SIGNAL_H__
9     #define __GTK_SIGNAL_H__
10    
11     -#include <gtk/gtk.h>
12     +#include <gtk/gtkenums.h>
13     +#include <gtk/gtktypeutils.h>
14     +#include <gtk/gtkobject.h>
15     #include <gtk/gtkmarshal.h>
16    
17     G_BEGIN_DECLS