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


Ignore:
Timestamp:
2025-05-02T02:33:26Z (7 weeks ago)
Author:
Matěj Volf <git@…>
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)
Message:

add pointer cursor

File:
1 edited

Legend:

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

    r629b480 rcbaf408  
    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.