Gfx: Cosmetics

This commit is contained in:
Birunthan Mohanathas
2013-04-07 14:32:41 +03:00
parent 2f8f67e2cf
commit 12bd890aef
3 changed files with 21 additions and 21 deletions

View File

@ -96,10 +96,10 @@ private:
bool m_TextAntiAliasing;
static UINT c_Instances;
static ID2D1Factory* c_D2D;
static IDWriteFactory* c_DW;
static ID2D1Factory* c_D2DFactory;
static IDWriteFactory* c_DWFactory;
static IDWriteGdiInterop* c_DWGDIInterop;
static IWICImagingFactory* c_WIC;
static IWICImagingFactory* c_WICFactory;
};
} // namespace Gfx