Enum LinuxDisplay
Identifier of the display to use on linux
						
				enum LinuxDisplay
				 : int { ... }
						
					
				Enum members
| Name | Description | 
|---|---|
| wayland | Instantiate a wayland display (no Client Side Decorations at this point) | 
| xcb | Instantiate an XCB display (X windowing system) |