Changeset 1ebcb791 in mainline for uspace/lib/ui/src/resource.c


Ignore:
Timestamp:
2021-09-01T19:44:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7c12b3
Parents:
45004f3
Message:

Fill text UI background with color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/resource.c

    r45004f3 r1ebcb791  
    327327                goto error;
    328328
    329         rc = gfx_color_new_rgb_i16(0xffff, 0xffff, 0xffff,
    330             &btn_highlight_color);
     329        rc = gfx_color_new_ega(0x20, &btn_highlight_color);
    331330        if (rc != EOK)
    332331                goto error;
Note: See TracChangeset for help on using the changeset viewer.