banan-os/userspace/programs/WindowServer
Bananymous 7223e581a2 WindowServer: Fix 32 bit compilation with -Werror
There was a always false statement on 32 bit that the compliler was
warning about.
2024-09-27 15:33:25 +03: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 BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
Window.cpp WindowServer: Add support for rounded corners and transparency 2024-09-12 19:35:44 +03:00
Window.h WindowServer: Add support for rounded corners and transparency 2024-09-12 19:35:44 +03:00
WindowServer.cpp Userspace: Compile programs and libraries with -Wall -Wextra -Werror 2024-09-26 15:20:07 +03:00
WindowServer.h WindowServer: Make focused window bounce by pressing F2 2024-09-12 20:09:23 +03:00
main.cpp WindowServer: Fix 32 bit compilation with -Werror 2024-09-27 15:33:25 +03:00