--- a/src/gui/painting/qpaintengine_mac_p.h Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/painting/qpaintengine_mac_p.h Thu Jul 22 16:41:55 2010 +0100
@@ -148,7 +148,7 @@
Q_DECLARE_PUBLIC(QCoreGraphicsPaintEngine)
public:
QCoreGraphicsPaintEnginePrivate()
- : hd(0), shading(0), stackCount(0), complexXForm(false)
+ : hd(0), shading(0), stackCount(0), complexXForm(false), disabledSmoothFonts(false)
{
}
@@ -168,6 +168,7 @@
CGShadingRef shading;
int stackCount;
bool complexXForm;
+ bool disabledSmoothFonts;
enum { CosmeticNone, CosmeticTransformPath, CosmeticSetPenWidth } cosmeticPen;
// pixel and cosmetic pen size in user coordinates.