Changeset 25e03b3 in mainline for uspace/lib/ui/src/window.c
- Timestamp:
- 2025-06-05T21:27:04Z (2 days ago)
- Parents:
- 0f5c4e4 (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@…> (2025-06-05 21:27:04)
- git-committer:
- GitHub <noreply@…> (2025-06-05 21:27:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r0f5c4e4 r25e03b3 1251 1251 dcursor = dcurs_ibeam; 1252 1252 break; 1253 case ui_curs_pointer: 1254 dcursor = dcurs_pointer; 1255 break; 1253 1256 } 1254 1257
Note:
See TracChangeset
for help on using the changeset viewer.