]> git.saurik.com Git - wxWidgets.git/commitdiff
disable native font stuff for wxMotif
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2001 21:27:42 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2001 21:27:42 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontutil.h

index 1ead928848257a586589ffec41713c4548f4db86..2d3bdcd86f0b9b862632506a69e2efe7164ea90d 100644 (file)
@@ -45,7 +45,9 @@
 //     further it might make sense to make it a real class with virtual methods
 struct WXDLLEXPORT wxNativeFontInfo
 {
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) // || defined(__WXMOTIF__)
+                       // TODO: wxMotif should use this too but motif/font.cpp
+                       //       must be updated for this!
     // the components of the XLFD
     wxString     fontElements[14];