classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: gdkfont vs cairo fixlet


From: Mark Wielaard
Subject: [cp-patches] FYI: gdkfont vs cairo fixlet
Date: Sat, 09 Oct 2004 16:17:38 +0200

Hi,

The following makes compilation without --enable-gtk-cairo and without
having cairo headers installed work again.

2004-10-09  Mark Wielaard  <address@hidden>

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

Also tested with --enable-gtk-cairo and libcairo-dev installed.
(Note that although it compiles against the latest released cairo, it
only works properly against recent CVS.)

Committed,

Mark

--- native/jni/gtk-peer/gdkfont.h       8 Oct 2004 21:41:41 -0000      
1.4
+++ native/jni/gtk-peer/gdkfont.h       9 Oct 2004 13:59:35 -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>

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]