Changeset db3895d in mainline for uspace/app/calculator/calculator.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/calculator/calculator.c

    r90f1f19 rdb3895d  
    937937        }
    938938
    939         rc = ui_entry_create(ui_res, NULL_DISPLAY, &display);
     939        rc = ui_entry_create(window, NULL_DISPLAY, &display);
    940940        if (rc != EOK) {
    941941                printf("Error creating text lentry.\n");
Note: See TracChangeset for help on using the changeset viewer.