1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:07:35 +00:00
serenity/WindowServer
Andreas Kling f7cc454162 Add mechanism to expose kernel variables to userspace via ProcFS.
Only booleans are supported at first. More types can be added easily.
Use this to add /proc/sys/wm_flash_flush which when enabled flashes pending
screen flush rects in yellow before they happen.
2019-01-18 15:01:40 +01:00
..
.gitignore Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
main.cpp WindowServer: Merge WSFrameBuffer into WSScreen. 2019-01-18 05:41:15 +01:00
WSEvent.h Make it possible to invalidate only a portion of a window. 2019-01-18 04:37:49 +01:00
WSEventLoop.cpp Support polling with select() by using a zero timeout. 2019-01-18 05:28:07 +01:00
WSEventLoop.h Rename SpinLock to Lock. It hasn't been a SpinLock for some time. 2019-01-17 16:25:02 +01:00
WSEventReceiver.cpp Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
WSEventReceiver.h Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
WSScreen.cpp WindowServer: Merge WSFrameBuffer into WSScreen. 2019-01-18 05:41:15 +01:00
WSScreen.h WindowServer: Merge WSFrameBuffer into WSScreen. 2019-01-18 05:41:15 +01:00
WSWindow.cpp Update coding style in WSWindowManager. 2019-01-18 05:33:35 +01:00
WSWindow.h Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
WSWindowManager.cpp Add mechanism to expose kernel variables to userspace via ProcFS. 2019-01-18 15:01:40 +01:00
WSWindowManager.h Add mechanism to expose kernel variables to userspace via ProcFS. 2019-01-18 15:01:40 +01:00