mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	- Fixed a problem that !RainmeterQuit isn't executed when no meter window is running.
- Fixed a problem that StyleTemplate affects to Meters which have no relation. - Added a workaround to avoid the "IniFileMapping" function when reading skins. - Some small code cosmetics.
This commit is contained in:
		| @@ -36,7 +36,6 @@ | ||||
|  | ||||
| #define WM_DELAYED_EXECUTE WM_APP + 0 | ||||
| #define WM_DELAYED_REFRESH WM_APP + 1 | ||||
| #define WM_DELAYED_QUIT    WM_APP + 2 | ||||
| #define WM_DELAYED_MOVE    WM_APP + 3 | ||||
|  | ||||
| enum MOUSE | ||||
| @@ -109,7 +108,6 @@ enum BANGCOMMAND | ||||
| 	BANG_ABOUT, | ||||
| 	BANG_MOVEMETER, | ||||
| 	BANG_PLUGIN, | ||||
| 	BANG_QUIT, | ||||
| 	BANG_SETVARIABLE | ||||
| }; | ||||
|  | ||||
| @@ -213,7 +211,6 @@ protected: | ||||
| 	LRESULT OnDelayedExecute(WPARAM wParam, LPARAM lParam); | ||||
| 	LRESULT OnDelayedRefresh(WPARAM wParam, LPARAM lParam); | ||||
| 	LRESULT OnDelayedMove(WPARAM wParam, LPARAM lParam); | ||||
| 	LRESULT OnDelayedQuit(WPARAM wParam, LPARAM lParam); | ||||
| 	LRESULT OnSettingChange(WPARAM wParam, LPARAM lParam);   | ||||
| 	LRESULT OnDisplayChange(WPARAM wParam, LPARAM lParam);   | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 spx
					spx