ecere/gfx/Surface; drivers: Font outline support
[sdk] / ecere / src / gfx / drivers / Direct3D9DisplayDriver.ec
index 38eeeb8..46f7b43 100644 (file)
@@ -82,6 +82,7 @@ static class D3DSurface : struct
    bool opaqueText;
    int xOffset;
    bool writingText;
+   bool writingOutline;
 
    ColorAlpha background;
 };