Changeset 1769693 in mainline for uspace/lib/ui/private/resource.h
- Timestamp:
- 2020-10-19T20:17:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba09d06
- Parents:
- de9992c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
rde9992c r1769693 65 65 /** Button shadow color */ 66 66 gfx_color_t *btn_shadow_color; 67 68 /** Window face color */ 69 gfx_color_t *wnd_face_color; 70 /** Window text color */ 71 gfx_color_t *wnd_text_color; 72 /** Window frame hightlight color */ 73 gfx_color_t *wnd_frame_hi_color; 74 /** Window frame shadow color */ 75 gfx_color_t *wnd_frame_sh_color; 76 /** Window highlight color */ 77 gfx_color_t *wnd_highlight_color; 78 /** Window shadow color */ 79 gfx_color_t *wnd_shadow_color; 80 81 /** Active titlebar background color */ 82 gfx_color_t *tbar_act_bg_color; 83 /** Active titlebar text color */ 84 gfx_color_t *tbar_act_text_color; 85 /** Inactive titlebar background color */ 86 gfx_color_t *tbar_inact_bg_color; 87 /** Inactive titlebar text color */ 88 gfx_color_t *tbar_inact_text_color; 67 89 }; 68 90
Note:
See TracChangeset
for help on using the changeset viewer.