Changeset f9e0a3b in mainline for uspace/lib/ui/src


Ignore:
Timestamp:
2026-03-09T15:44:37Z (29 hours ago)
Author:
GitHub <noreply@…>
Parents:
13277e3 (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-09 15:44:37)
git-committer:
GitHub <noreply@…> (2026-03-09 15:44:37)
Message:

Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into 13277e3515519d3c89e00804818e98271fa776e9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/window.c

    r13277e3 rf9e0a3b  
    13401340                dcursor = dcurs_ibeam;
    13411341                break;
     1342        case ui_curs_pointer:
     1343                dcursor = dcurs_pointer;
     1344                break;
    13421345        }
    13431346
Note: See TracChangeset for help on using the changeset viewer.