Additional changes to f2b52b4

This commit is contained in:
Birunthan Mohanathas
2012-07-18 09:22:47 +03:00
parent f2b52b4204
commit 4dbf7932ab
4 changed files with 38 additions and 118 deletions

View File

@ -156,7 +156,7 @@ public:
CMeterWindow(const std::wstring& folderPath, const std::wstring& file);
~CMeterWindow();
int Initialize();
void Initialize();
void RunBang(BANGCOMMAND bang, const std::vector<std::wstring>& args);
@ -311,8 +311,6 @@ private:
void ReadOptions();
void WriteOptions(INT setting = OPTION_ALL);
bool ReadSkin();
void InitializeMeasures();
void InitializeMeters();
void ShowWindowIfAppropriate();
HWND GetWindowFromPoint(POINT pos);
void HandleButtons(POINT pos, BUTTONPROC proc, bool execute = true);