mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:27:45 +00:00
Cursors: Add new Eyedropper cursor
This can be used immediately in PixelPaint (separate commit), but I am adding this as a system-wide cursor since it may also be useful for other applications that want to use it.
This commit is contained in:
parent
81326ac8c7
commit
30ce1d8562
8 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,7 @@ enum class StandardCursor {
|
|||
Move,
|
||||
Wait,
|
||||
Disallowed,
|
||||
Eyedropper,
|
||||
__Count,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue