Ignore:
File:
1 edited

Legend:

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

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