Ignore:
Timestamp:
2025-05-02T02:33:26Z (7 weeks ago)
Author:
Matěj Volf <git@…>
Children:
45ba0bb8
Parents:
629b480
git-author:
Matěj Volf <git@…> (2025-05-02 02:33:15)
git-committer:
Matěj Volf <git@…> (2025-05-02 02:33:26)
Message:

add pointer cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/types/ui/cursor.h

    r629b480 rcbaf408  
    4949        ui_curs_size_urdl,
    5050        /** I-beam (suggests editable text) */
    51         ui_curs_ibeam
     51        ui_curs_ibeam,
     52        /** Pointer (suggests clickable object) */
     53        ui_curs_pointer,
    5254} ui_stock_cursor_t;
    5355
Note: See TracChangeset for help on using the changeset viewer.