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