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/display/include/types/display/cursor.h

    r629b480 rcbaf408  
    4949        dcurs_size_urdl,
    5050        /** I-beam (suggests editable text) */
    51         dcurs_ibeam
     51        dcurs_ibeam,
     52        /** Pointer (suggests clickable object) */
     53        dcurs_pointer,
    5254} display_stock_cursor_t;
    5355
    5456enum {
    5557        /** Number of stock cursor types */
    56         dcurs_limit = dcurs_ibeam + 1
     58        dcurs_limit = dcurs_pointer + 1
    5759};
    5860
Note: See TracChangeset for help on using the changeset viewer.