Ignore:
File:
1 edited

Legend:

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

    ref4d684 r3c54869  
    7979        /** Window text color */
    8080        gfx_color_t *wnd_text_color;
    81         /** Disabled text color */
    82         gfx_color_t *wnd_dis_text_color;
    8381        /** Window text highlight color */
    8482        gfx_color_t *wnd_text_hgl_color;
     
    118116        gfx_color_t *entry_sel_text_bg_color;
    119117
    120         /** Scrollbar trough color */
    121         gfx_color_t *sbar_trough_color;
    122         /** Scrollbar active trough color */
    123         gfx_color_t *sbar_act_trough_color;
     118        /** Scrollbar through color */
     119        gfx_color_t *sbar_through_color;
     120        /** Scrollbar active through color */
     121        gfx_color_t *sbar_act_through_color;
    124122
    125123        /** Expose callback or @c NULL */
Note: See TracChangeset for help on using the changeset viewer.