]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
gtk2 Unicode compilation fix
[wxWidgets.git] / include / wx / fontutil.h
index 0fba84773103d251903ada4efee0a69ba0b3d35e..90ec00dc1cabc5754f8d37a7d08ad1b79ab95185 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef _WX_FONTUTIL_H_
 #define _WX_FONTUTIL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "fontutil.h"
 #endif
 
@@ -113,6 +113,8 @@ public:
     FATTRS       fa;
     FONTMETRICS  fm;
     FACENAMEDESC fn;
+#elif defined(__WXGTK20__)
+    PangoFontDescription *description;
 #else // other platforms
     //
     //  This is a generic implementation that should work on all ports