Skip to content

Commit

Permalink
OS X|Fixed|libgui: Use Qt fonts in the 10.6 Snow Leopard build
Browse files Browse the repository at this point in the history
The Core Graphics API is not available in 10.6.
  • Loading branch information
skyjake committed Jan 29, 2014
1 parent c23425f commit 8834b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/font.cpp
Expand Up @@ -24,7 +24,7 @@
#include <QImage>
#include <QPainter>

#ifdef MACOSX
#if defined(MACOSX) && defined(MACOS_10_7)
# include "coretextnativefont_macx.h"
namespace de { typedef CoreTextNativeFont PlatformFont; }
#else
Expand Down

0 comments on commit 8834b4a

Please sign in to comment.