Changeset c0ba764 in mainline for uspace/lib/ui/src/window.c
- Timestamp:
- 2025-06-27T16:18:16Z (4 weeks ago)
- Parents:
- 5caad1d (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-27 16:18:16)
- git-committer:
- GitHub <noreply@…> (2025-06-27 16:18:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r5caad1d rc0ba764 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.