]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/font.h
More ports in non autoconf formats.
[wxWidgets.git] / include / wx / motif / font.h
index ad1850711b7327d4b21372f9fe4ee7b396cf26d5..0f1955b542f36011db1f1be1446554bb8fb98f05 100644 (file)
@@ -1,23 +1,21 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        font.h
+// Name:        wx/motif/font.h
 // Purpose:     wxFont class
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FONT_H_
 #define _WX_FONT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "font.h"
-#endif
-
-#if __WXMOTIF20__ && !__WXLESSTIF__ && !defined(wxMOTIF_NEW_FONT_HANDLING)
-#define wxMOTIF_NEW_FONT_HANDLING 0 // safe default
+#if __WXMOTIF20__ && !__WXLESSTIF__
+    #define wxMOTIF_NEW_FONT_HANDLING 1
+#else
+    #define wxMOTIF_NEW_FONT_HANDLING 0
 #endif
 
 class wxXFont;