X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/996994c7143b7a487f3db7a53780097dc5cf2ddd..d1e4a8182ed09fc7f6b3be98ff9498ea0e89cac6:/include/wx/motif/font.h?ds=sidebyside diff --git a/include/wx/motif/font.h b/include/wx/motif/font.h index b6e2527062..d18af9c5c8 100644 --- a/include/wx/motif/font.h +++ b/include/wx/motif/font.h @@ -12,18 +12,16 @@ #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 0 // safe default, change to 1 to enable +#else + #define wxMOTIF_NEW_FONT_HANDLING 0 #endif class wxXFont; // Font -class wxFont : public wxFontBase +class WXDLLIMPEXP_CORE wxFont : public wxFontBase { public: // ctors and such