1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:57:34 +00:00

LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors

This commit is contained in:
Andreas Kling 2019-10-10 21:35:12 +02:00
parent a6e4c504e2
commit 76266862d1
7 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,7 @@ enum class WSStandardCursor {
ResizeVertical,
ResizeDiagonalTLBR,
ResizeDiagonalBLTR,
Hand,
};
class WSCursor : public RefCounted<WSCursor> {