ladybird/Userland/Services/WindowServer
Liav A 50429d3b22 LibC+Kernel: Move GPU-related API methods to a LibC header file
The Kernel/API directory in general shouldn't include userspace code,
but structure definitions that both are shared between the Kernel and
userspace.

All users of the ioctl API obviously use LibC so LibC is the most common
and shared library for the affected programs.
2023-09-15 11:05:25 -06:00
..
Animation.cpp
Animation.h
AppletManager.cpp
AppletManager.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Button.cpp
Button.h
CMakeLists.txt
Compositor.cpp
Compositor.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ConnectionFromClient.cpp
ConnectionFromClient.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Cursor.cpp
Cursor.h
Event.h
EventLoop.cpp
EventLoop.h
HardwareScreenBackend.cpp LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
HardwareScreenBackend.h
HitTestResult.h
KeymapSwitcher.cpp
KeymapSwitcher.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
Menu.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Menu.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Menubar.cpp
Menubar.h
MenuItem.cpp
MenuItem.h
MenuManager.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
MenuManager.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
MultiScaleBitmaps.cpp
MultiScaleBitmaps.h
Overlays.cpp LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
Overlays.h
ResizeDirection.h
Screen.cpp LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
Screen.h
ScreenBackend.h
ScreenLayout.cpp
ScreenLayout.h
ScreenLayout.ipp LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
SystemEffects.h
VirtualScreenBackend.cpp
VirtualScreenBackend.h
Window.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Window.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
WindowClient.ipc
WindowFrame.cpp
WindowFrame.h
WindowManager.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
WindowManager.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
WindowManagerClient.ipc
WindowManagerServer.ipc
WindowMode.h
WindowServer.ipc
WindowStack.cpp
WindowStack.h
WindowSwitcher.cpp
WindowSwitcher.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
WindowType.h
WMConnectionFromClient.cpp
WMConnectionFromClient.h