Changeset 14cbf07 in mainline for uspace/app/display-cfg/main.c


Ignore:
Timestamp:
2023-05-15T16:19:52Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b5628c, 8a4ceaa
Parents:
aace43d8
Message:

Fill in tests seats_list_populate and avail_devices_insert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/display-cfg/main.c

    raace43d8 r14cbf07  
    7777                return 1;
    7878
     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
    7987        ui_run(dcfg->ui);
    8088        display_cfg_destroy(dcfg);
Note: See TracChangeset for help on using the changeset viewer.