Changeset 25e03b3 in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2025-06-05T21:27:04Z (2 days ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into 0f5c4e40438b2f925c877ec2fb5a3ab065007e29

File:
1 edited

Legend:

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

    r0f5c4e4 r25e03b3  
    12511251                dcursor = dcurs_ibeam;
    12521252                break;
     1253        case ui_curs_pointer:
     1254                dcursor = dcurs_pointer;
     1255                break;
    12531256        }
    12541257
Note: See TracChangeset for help on using the changeset viewer.