Integrate TextField improvement, mingw32 improvements, software renderer improvements (legacy)

This commit is contained in:
Joshua Granick
2015-01-19 11:03:24 -08:00
parent 7f178e4f42
commit 9c36f300d7
33 changed files with 1504 additions and 1944 deletions

View File

@@ -214,7 +214,7 @@ public:
GraphicsStroke *IncRef() { Object::IncRef(); return this; }
GraphicsStroke *AsStroke() { return this; }
int Version() const { return fill->Version(); }
int Version() const { return fill ? fill->Version() : 0; }
bool IsClear() { return false; }