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


Ignore:
Timestamp:
2023-12-28T13:59:23Z (14 months ago)
Author:
GitHub <noreply@…>
Children:
6b66de6b
Parents:
42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
git-committer:
GitHub <noreply@…> (2023-12-28 13:59:23)
Message:

Merge branch 'master' into topic/packet-capture

File:
1 edited

Legend:

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

    r42c2e65 rdc5c303  
    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.