Changeset cbaf408 in mainline for uspace/lib/display/include/types/display/cursor.h
- Timestamp:
- 2025-05-02T02:33:26Z (7 weeks ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/types/display/cursor.h
r629b480 rcbaf408 49 49 dcurs_size_urdl, 50 50 /** I-beam (suggests editable text) */ 51 dcurs_ibeam 51 dcurs_ibeam, 52 /** Pointer (suggests clickable object) */ 53 dcurs_pointer, 52 54 } display_stock_cursor_t; 53 55 54 56 enum { 55 57 /** Number of stock cursor types */ 56 dcurs_limit = dcurs_ ibeam+ 158 dcurs_limit = dcurs_pointer + 1 57 59 }; 58 60
Note:
See TracChangeset
for help on using the changeset viewer.