mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:22:45 +00:00 
			
		
		
		
	 0a1bd03f1d
			
		
	
	
		0a1bd03f1d
		
	
	
	
	
		
			
			This keeps it out of the taskbar window list. The stacking order is a little gnarly, but it seems to work OK still.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| // Keep this in sync with GWindowType.
 | |
| enum class WSWindowType {
 | |
|     Invalid = 0,
 | |
|     Normal,
 | |
|     Menu,
 | |
|     WindowSwitcher,
 | |
|     Taskbar,
 | |
|     Tooltip,
 | |
|     Menubar,
 | |
|     Launcher,
 | |
| };
 |