Changeset ce033015 in mainline for uspace/lib/display/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/display/include/types/display/cursor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/types/display/cursor.h
r81805e0 rce033015 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.
