Changeset 9bed565 in mainline for uspace/app/nav/types/panel.h
- Timestamp:
- 2021-10-15T16:58:28Z (4 years ago)
- Children:
- 0e125698
- Parents:
- 03c4b23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/types/panel.h
r03c4b23 r9bed565 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.