1
Fork 0
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:
Brendan Coles 2020-11-02 06:28:14 +00:00 committed by Andreas Kling
parent 328915a279
commit fb5ea8a212
6 changed files with 7 additions and 0 deletions

View file

@ -30,6 +30,7 @@ namespace Gfx {
enum class StandardCursor {
None = 0,
Hidden,
Arrow,
Crosshair,
IBeam,