#pragma hdrstop
#endif
-
+#include "wx/event.h"
#include "wx/gdicmn.h"
#include "wx/brush.h"
#include "wx/pen.h"
// TODO for other implementations. This should really go into
// platform-specific directories.
+#ifdef __WXMAC__
+ else return NULL;
+#endif
#ifdef __WXSTUBS__
else return NULL;
#endif
// each_font->GetFontId () == FamilyOrFontId) /* New font system */
//#else
each_font->GetFamily () == FamilyOrFontId &&
- (!each_font->GetFaceName() || each_font->GetFaceName() == Face))
+ ((each_font->GetFaceName() == "") || each_font->GetFaceName() == Face))
//#endif
return each_font;
}