mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Alt+Tab now displays the Rainmeter icon for the Manage/About dialogs.
This commit is contained in:
		@@ -64,6 +64,7 @@ CTrayWindow::CTrayWindow(HINSTANCE instance) : m_Instance(instance),
 | 
			
		||||
	wc.lpfnWndProc = (WNDPROC)WndProc;
 | 
			
		||||
	wc.hInstance = instance;
 | 
			
		||||
	wc.lpszClassName = L"RainmeterTrayClass";
 | 
			
		||||
	wc.hIcon = (HICON)LoadImage(GetModuleHandle(NULL), MAKEINTRESOURCE(IDI_RAINMETER), IMAGE_ICON, 32, 32, LR_SHARED);
 | 
			
		||||
 | 
			
		||||
	RegisterClass(&wc);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user