1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

WindowServer+LibGfx: Added Crosshair cursor

This commit is contained in:
Uma Sankar Yedida 2020-10-30 22:36:32 +05:30 committed by Andreas Kling
parent ddad7575a9
commit 9ccae7a908
7 changed files with 11 additions and 0 deletions

View file

@ -31,6 +31,7 @@ namespace Gfx {
enum class StandardCursor {
None = 0,
Arrow,
Crosshair,
IBeam,
ResizeHorizontal,
ResizeVertical,