ecere/gfx/Surface; drivers: Font outline support
[sdk] / ecere / src / gfx / drivers / CocoaOpenGLDisplayDriver.ec
index 7edf428..91d1a52 100644 (file)
@@ -51,6 +51,7 @@ class SurfaceData : struct
    bool opaqueText;
    int  xOffset;
    bool writingText;
+   bool writingOutline;
 
    float foreground[4], background[4], bitmapMult[4];
 };