mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
WindowServer: Add the screen mode property in the screen configuration
This will allow us to change between a couple of properties, for now it's only Device and Virtual. (How about Remote :^) ) These get handled by a different screen backend in the Screen.
This commit is contained in:
parent
e95ae4a143
commit
be98ce0f9f
6 changed files with 72 additions and 22 deletions
|
@ -2,6 +2,7 @@
|
|||
MainScreen=0
|
||||
|
||||
[Screen0]
|
||||
Mode=Device
|
||||
Device=/dev/fb0
|
||||
Left=0
|
||||
Top=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue