Gfx: Move WIC files to Util

This commit is contained in:
Birunthan Mohanathas
2013-04-12 17:09:42 +03:00
parent 3827353c08
commit ad9149b143
10 changed files with 35 additions and 27 deletions

View File

@ -22,7 +22,7 @@
#include "Canvas.h"
#include "FontCollectionD2D.h"
#include "TextFormatD2D.h"
#include "WICBitmapDIB.h"
#include "Util/WICBitmapDIB.h"
#include <string>
#include <GdiPlus.h>
#include <d2d1.h>
@ -90,7 +90,7 @@ private:
D2D1_MATRIX_3X2_F GetCurrentTransform();
ID2D1RenderTarget* m_Target;
WICBitmapDIB m_Bitmap;
Util::WICBitmapDIB m_Bitmap;
// GDI+ objects that share the pixel data of m_Bitmap.
Gdiplus::Graphics* m_GdipGraphics;