mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:18:11 +00:00
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
This commit is contained in:
parent
a6e4c504e2
commit
76266862d1
7 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,7 @@ enum class GStandardCursor {
|
|||
ResizeVertical,
|
||||
ResizeDiagonalTLBR,
|
||||
ResizeDiagonalBLTR,
|
||||
Hand,
|
||||
};
|
||||
|
||||
class GWindow : public CObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue