LibGUI/WindowServer: Add support for custom cursor origin

This commit is contained in:
2026-02-22 22:03:50 +02:00
parent 9445332499
commit f4a7aec167
6 changed files with 24 additions and 7 deletions

View File

@@ -16,6 +16,8 @@ public:
{
uint32_t width;
uint32_t height;
int32_t origin_x;
int32_t origin_y;
BAN::Vector<uint32_t> pixels;
};