- MeterImage: Added ScaleMargins option.

- MeterWindow: Changed !RainmeterPluginBang to allow specifying only MeasureName. If Arguments is not specified, "" (empty string) is given as args to plugin.
!RainmeterPluginBang "[MeasureName] (Arguments)"
This commit is contained in:
spx
2010-12-13 08:19:45 +00:00
parent c469fce770
commit 3fc3566937
3 changed files with 97 additions and 21 deletions

View File

@ -49,6 +49,8 @@ protected:
bool m_PreserveAspectRatio; // If true, aspect ratio of the image is preserved when the image is scaled
bool m_Tile;
RECT m_ScaleMargins;
std::vector<std::wstring> m_MeasureNames;
std::vector<CMeasure*> m_Measures;
};