Changeset 2d77f73 in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2025-08-18T17:32:43Z (8 weeks ago)
Author:
GitHub <noreply@…>
Parents:
113fb4f (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-08-18 17:32:43)
git-committer:
GitHub <noreply@…> (2025-08-18 17:32:43)
Message:

Merge cbaf408fef7cfefd533ecd43ec15ba0fa2a37154 into 113fb4f7d41823fcc1ee75be3d89b3ccb0cb247e

File:
1 edited

Legend:

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

    r113fb4f r2d77f73  
    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.