Changes in uspace/lib/ui/private/resource.h [ef4d684:3c54869] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/private/resource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
ref4d684 r3c54869 79 79 /** Window text color */ 80 80 gfx_color_t *wnd_text_color; 81 /** Disabled text color */82 gfx_color_t *wnd_dis_text_color;83 81 /** Window text highlight color */ 84 82 gfx_color_t *wnd_text_hgl_color; … … 118 116 gfx_color_t *entry_sel_text_bg_color; 119 117 120 /** Scrollbar t rough color */121 gfx_color_t *sbar_t rough_color;122 /** Scrollbar active t rough color */123 gfx_color_t *sbar_act_t rough_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; 124 122 125 123 /** Expose callback or @c NULL */
Note:
See TracChangeset
for help on using the changeset viewer.
