Changeset ca2680d in mainline for uspace/lib/ui/private/resource.h


Ignore:
Timestamp:
2022-03-07T21:07:02Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
96c6a00
Parents:
4583015
Message:

Rendering UI text with highlighted accelerators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/resource.h

    r4583015 rca2680d  
    7777        /** Window text color */
    7878        gfx_color_t *wnd_text_color;
     79        /** Window text highlight color */
     80        gfx_color_t *wnd_text_hgl_color;
    7981        /** Window selected text color */
    8082        gfx_color_t *wnd_sel_text_color;
     83        /** Window selected text highlight color */
     84        gfx_color_t *wnd_sel_text_hgl_color;
    8185        /** Window selected text background color */
    8286        gfx_color_t *wnd_sel_text_bg_color;
Note: See TracChangeset for help on using the changeset viewer.