[Gnome-print] Patch for libgnomeprint



This patch is needed to compile libgnomeprint cvs HEAD.

It is not enought to build it though. It dies due to a function in pango 
having changed.

/ Alex

Index: libgnomeprint/gnome-font-private.h
===================================================================
RCS file: /cvs/gnome/libgnomeprint/libgnomeprint/gnome-font-private.h,v
retrieving revision 1.21
diff -u -p -r1.21 gnome-font-private.h
--- libgnomeprint/gnome-font-private.h	2001/08/13 16:01:10	1.21
+++ libgnomeprint/gnome-font-private.h	2001/11/21 20:50:34
@@ -37,7 +37,7 @@ typedef struct _GnomeFontClass GnomeFont
 typedef struct _GnomeFontFamilyClass GnomeFontFamilyClass;
 typedef struct _GFFGlyphInfo GFFGlyphInfo;
 
-#include <gobject/gobject.h>
+#include <glib-object.h>
 #include <freetype/freetype.h>
 #include "gp-fontmap.h"
 #include "gnome-font.h"
Index: libgnomeprint/libgnomeprint-marshal-main.c
===================================================================
RCS file: /cvs/gnome/libgnomeprint/libgnomeprint/libgnomeprint-marshal-main.c,v
retrieving revision 1.1
diff -u -p -r1.1 libgnomeprint-marshal-main.c
--- libgnomeprint/libgnomeprint-marshal-main.c	2001/07/31 22:42:44	1.1
+++ libgnomeprint/libgnomeprint-marshal-main.c	2001/11/21 20:50:34
@@ -1,4 +1,4 @@
-#include <gobject/gobject.h>
+#include <glib-object.h>
 
 #include <gobject/genums.h>
 #include <gobject/gvaluetypes.h>





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