Changeset dc5c303 in mainline for uspace/lib/ui/private/resource.h
- Timestamp:
- 2023-12-28T13:59:23Z (14 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
r42c2e65 rdc5c303 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.