Changeset 265989d in mainline for uspace/app/terminal/main.c


Ignore:
Timestamp:
2020-02-24T17:03:26Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a515dcd
Parents:
1388f7f0
Message:

Applications need to catch up with display server switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/terminal/main.c

    r1388f7f0 r265989d  
    4646        errno_t rc;
    4747
    48         rc = display_open(NULL, &display);
     48        rc = display_open(DISPLAY_DEFAULT, &display);
    4949        if (rc != EOK) {
    5050                printf("%s: Error opening display.\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.