Changeset db3895d in mainline for uspace/app/uidemo/uidemo.c


Ignore:
Timestamp:
2021-06-10T17:10:11Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af5d62eb
Parents:
90f1f19
Message:

Set cursor shape to I-beam when hovering over text entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.c

    r90f1f19 rdb3895d  
    427427        }
    428428
    429         rc = ui_entry_create(ui_res, "", &demo.entry);
     429        rc = ui_entry_create(window, "", &demo.entry);
    430430        if (rc != EOK) {
    431431                printf("Error creating entry.\n");
Note: See TracChangeset for help on using the changeset viewer.