mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:17:45 +00:00
WindowServer: Add a dedicated drag cursor
This commit is contained in:
parent
8423be2593
commit
39c2d04a9b
6 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@ enum class WSStandardCursor {
|
|||
ResizeDiagonalTLBR,
|
||||
ResizeDiagonalBLTR,
|
||||
Hand,
|
||||
Drag,
|
||||
};
|
||||
|
||||
class WSCursor : public RefCounted<WSCursor> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue