Changeset 03145ee in mainline for uspace/lib/ui/private/resource.h
- Timestamp:
- 2020-11-10T09:00:48Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d942ca4
- Parents:
- 0d71fd6
- git-author:
- Jiri Svoboda <jiri@…> (2020-11-09 20:00:37)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-11-10 09:00:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/resource.h
r0d71fd6 r03145ee 87 87 /** Inactive titlebar text color */ 88 88 gfx_color_t *tbar_inact_text_color; 89 90 /** Entry (text entry, checkbox, radio button) foreground color */ 91 gfx_color_t *entry_fg_color; 92 /** Entry (text entry, checkbox, raido button) background color */ 93 gfx_color_t *entry_bg_color; 89 94 }; 90 95
Note:
See TracChangeset
for help on using the changeset viewer.