This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] [gui] merge compilation fix for non cairo builds.


Hi all,

I commit the following patch to fix compilation on non cairo installations. It's a merge from Classpath.

Tested on cairo/non-cairo build.

Andreas

2004-10-10 Mark Wielaard <mark@klomp.org>

* jni/gtk-peer/gdkfont.h: Include gtkpeer.h not gtkcairopeer.h.

Index: jni/gtk-peer/gdkfont.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/jni/gtk-peer/gdkfont.h,v
retrieving revision 1.2.14.2
diff -u -r1.2.14.2 gdkfont.h
--- jni/gtk-peer/gdkfont.h      9 Oct 2004 19:04:15 -0000       1.2.14.2
+++ jni/gtk-peer/gdkfont.h      10 Oct 2004 08:08:25 -0000
@@ -38,7 +38,7 @@
    obligated to do so.  If you do not wish to do so, delete this
    exception statement from your version. */

-#include "gtkcairopeer.h"
+#include "gtkpeer.h"

 #include <pango/pango.h>
 #include <pango/pango-context.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]