ecere/gfx/Surface; drivers: Font outline support
[sdk] / ecere / src / gfx / drivers / Direct3D8DisplayDriver.ec
index 0683b5e..5b6c304 100644 (file)
@@ -76,6 +76,7 @@ static class D3D8Surface : struct
    bool opaqueText;
    int xOffset;
    bool writingText;
+   bool writingOutline;
 
    ColorAlpha background;
 };