mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor
This commit is contained in:
parent
328915a279
commit
fb5ea8a212
6 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace Gfx {
|
|||
|
||||
enum class StandardCursor {
|
||||
None = 0,
|
||||
Hidden,
|
||||
Arrow,
|
||||
Crosshair,
|
||||
IBeam,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue