Changeset 9c7dc8e in mainline for uspace/lib/ui/test/paint.c


Ignore:
Timestamp:
2021-03-01T10:50:25Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd74fa8
Parents:
77ffa01
git-author:
Jiri Svoboda <jiri@…> (2021-02-28 10:50:05)
git-committer:
Jiri Svoboda <jiri@…> (2021-03-01 10:50:25)
Message:

Print text as text in textmode UI. Make calculator smaller in text mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/paint.c

    r77ffa01 r9c7dc8e  
    122122        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    123123
    124         rc = ui_resource_create(gc, &resource);
     124        rc = ui_resource_create(gc, false, &resource);
    125125        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    126126        PCUT_ASSERT_NOT_NULL(resource);
Note: See TracChangeset for help on using the changeset viewer.