Changeset 66da893 in mainline for uspace/lib/ui
- Timestamp:
- 2026-03-11T08:54:35Z (7 days ago)
- Parents:
- b979ffb (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:
- Matej Volf <mat.volfik@…> (2026-03-11 08:54:35)
- git-committer:
- GitHub <noreply@…> (2026-03-11 08:54:35)
- Location:
- uspace/lib/ui
- Files:
-
- 2 edited
-
include/types/ui/cursor.h (modified) (1 diff)
-
src/window.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/cursor.h
rb979ffb r66da893 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 -
uspace/lib/ui/src/window.c
rb979ffb r66da893 1346 1346 dcursor = dcurs_ibeam; 1347 1347 break; 1348 case ui_curs_pointer: 1349 dcursor = dcurs_pointer; 1350 break; 1348 1351 } 1349 1352
Note:
See TracChangeset
for help on using the changeset viewer.
