Changeset fa792e8 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:
- 4fcc2de
- Parents:
- 1eb0fafe
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-15 16:58:28)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/types/panel.h
r1eb0fafe rfa792e8 53 53 /** File size */ 54 54 uint64_t size; 55 /** @c true iff entry is a directory */ 56 bool isdir; 55 57 } panel_entry_t; 56 58 … … 77 79 /** Active border color */ 78 80 gfx_color_t *act_border_color; 81 82 /** Directory-type entry color */ 83 gfx_color_t *dir_color; 79 84 80 85 /** Panel entries (list of panel_entry_t) */
Note:
See TracChangeset
for help on using the changeset viewer.