LibGUI+WindowServer: Allow apps to use the "move" cursor :^)

This commit is contained in:
Andreas Kling 2020-05-13 00:16:40 +02:00
commit c2b5519ce2
Notes: sideshowbarker 2024-07-19 06:41:38 +09:00
3 changed files with 5 additions and 0 deletions

View file

@ -47,6 +47,8 @@ enum class StandardCursor {
ResizeDiagonalTLBR,
ResizeDiagonalBLTR,
Hand,
Drag,
Move,
};
class Window : public Core::Object {