LibGUI/WindowServer: Allow custom cursor origin

This commit is contained in:
2026-02-10 23:09:19 +02:00
parent 4801fd3e67
commit 7a66eb44d4
5 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;
};