Changeset 692c7f40 in mainline for uspace/app/nav/types/panel.h
- Timestamp:
- 2021-10-25T00:32:45Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1eb0fafe
- Parents:
- 2fb49522
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-13 18:40:48)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/types/panel.h
r2fb49522 r692c7f40 75 75 gfx_color_t *curs_color; 76 76 77 /** Active border color */ 78 gfx_color_t *act_border_color; 79 77 80 /** Panel entries (list of panel_entry_t) */ 78 81 list_t entries; … … 92 95 /** Index of entry under cursor */ 93 96 size_t cursor_idx; 97 98 /** @c true iff the panel is active */ 99 bool active; 94 100 } panel_t; 95 101
Note:
See TracChangeset
for help on using the changeset viewer.