Applied the Rorix's image meter patch which makes it possible to define the path to the image location.

This commit is contained in:
Kimmo Pekkola
2009-07-24 08:08:52 +00:00
parent a7c6c939ac
commit a588a86b3b
2 changed files with 12 additions and 2 deletions

View File

@ -44,6 +44,7 @@ private:
Gdiplus::Bitmap* m_Bitmap; // The bitmap
std::wstring m_ImageName; // Name of the image
std::wstring m_Path;
bool m_DimensionsDefined;
HGLOBAL m_hBuffer;
FILETIME m_Modified;