Changeset ce033015 in mainline for uspace/lib/ui/include
- Timestamp:
- 2026-01-08T17:44:58Z (2 weeks ago)
- Parents:
- 81805e0 (diff), cbaf408 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Matěj Volf <mat.volfik@…> (2026-01-08 17:44:58)
- git-committer:
- GitHub <noreply@…> (2026-01-08 17:44:58)
- File:
-
- 1 edited
-
uspace/lib/ui/include/types/ui/cursor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/cursor.h
r81805e0 rce033015 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.
