Changeset cbaf408 in mainline for uspace/lib/ui/src/window.c
- Timestamp:
- 2025-05-02T02:33:26Z (7 weeks ago)
- Children:
- 45ba0bb8
- Parents:
- 629b480
- git-author:
- Matěj Volf <git@…> (2025-05-02 02:33:15)
- git-committer:
- Matěj Volf <git@…> (2025-05-02 02:33:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r629b480 rcbaf408 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.