Changeset 14cbf07 in mainline for uspace/app/display-cfg/main.c
- Timestamp:
- 2023-05-15T16:19:52Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b5628c, 8a4ceaa
- Parents:
- aace43d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/display-cfg/main.c
raace43d8 r14cbf07 77 77 return 1; 78 78 79 rc = display_cfg_open(dcfg, DISPCFG_DEFAULT); 80 if (rc != EOK) 81 return 1; 82 83 rc = display_cfg_populate(dcfg); 84 if (rc != EOK) 85 return 1; 86 79 87 ui_run(dcfg->ui); 80 88 display_cfg_destroy(dcfg);
Note:
See TracChangeset
for help on using the changeset viewer.