X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94c7b08817de7e79ee07088a0b9ab3c6b07ef583..712593b0030f14ce39b29f47217a864cbf016ca0:/include/wx/motif/font.h?ds=sidebyside diff --git a/include/wx/motif/font.h b/include/wx/motif/font.h index ad1850711b..0f1955b542 100644 --- a/include/wx/motif/font.h +++ b/include/wx/motif/font.h @@ -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;