LibGUI/WindowServer: Add support for custom cursor origin
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
{
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
int32_t origin_x;
|
||||
int32_t origin_y;
|
||||
BAN::Vector<uint32_t> pixels;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user