mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| enum class GWindowType {
 | |
|     Invalid = 0,
 | |
|     Normal,
 | |
|     Menu,
 | |
|     WindowSwitcher,
 | |
|     Taskbar,
 | |
|     Tooltip,
 | |
| };
 | 
