Changeset db3895d in mainline for uspace/app/calculator/calculator.c
- Timestamp:
- 2021-06-10T17:10:11Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af5d62eb
- Parents:
- 90f1f19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/calculator/calculator.c
r90f1f19 rdb3895d 937 937 } 938 938 939 rc = ui_entry_create( ui_res, NULL_DISPLAY, &display);939 rc = ui_entry_create(window, NULL_DISPLAY, &display); 940 940 if (rc != EOK) { 941 941 printf("Error creating text lentry.\n");
Note:
See TracChangeset
for help on using the changeset viewer.