Changeset cbaf408 in mainline for uspace/lib/ui/include/types/ui/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/ui/include/types/ui/cursor.h
r629b480 rcbaf408 49 49 ui_curs_size_urdl, 50 50 /** I-beam (suggests editable text) */ 51 ui_curs_ibeam 51 ui_curs_ibeam, 52 /** Pointer (suggests clickable object) */ 53 ui_curs_pointer, 52 54 } ui_stock_cursor_t; 53 55
Note:
See TracChangeset
for help on using the changeset viewer.