Changeset 9f8cf9e in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2026-07-09T11:56:01Z (6 days ago)
Author:
GitHub <noreply@…>
Parents:
48cc66f (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-07-09 11:56:01)
git-committer:
GitHub <noreply@…> (2026-07-09 11:56:01)
Message:

Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into 48cc66faec96bc448eb5c1a946b6c0f2f7890b04

File:
1 edited

Legend:

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

    r48cc66f r9f8cf9e  
    13461346                dcursor = dcurs_ibeam;
    13471347                break;
     1348        case ui_curs_pointer:
     1349                dcursor = dcurs_pointer;
     1350                break;
    13481351        }
    13491352
Note: See TracChangeset for help on using the changeset viewer.