banan-os/userspace/programs/WindowServer
Bananymous 411f32c766 WindowServer: Make select timeout more precise to hit target FPS
Previously window server was only running at around 40 FPS while
targetting 60. This makes the select timeout properly sleep so that
target FPS is reached!
2024-11-17 20:15:28 +02:00
..
CMakeLists.txt BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
Cursor.h BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
Framebuffer.cpp WindowServer: Open all fds as CLOEXEC 2024-09-11 22:17:31 +03:00
Framebuffer.h BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
Utils.h LibGUI: Implement attributes for windows 2024-10-18 03:32:12 +03:00
Window.cpp WindowServer: Implement partial window resizing 2024-11-13 17:30:12 +02:00
Window.h WindowServer: Implement partial window resizing 2024-11-13 17:30:12 +02:00
WindowServer.cpp WindowServer: Don't allow focusing unfocusable windows after closing 2024-11-17 20:15:28 +02:00
WindowServer.h WindowServer: Implement fullscreen windows 2024-11-13 19:10:15 +02:00
main.cpp WindowServer: Make select timeout more precise to hit target FPS 2024-11-17 20:15:28 +02:00