Changeset 4fcc2de in mainline for uspace/app/nav/types/panel.h


Ignore:
Timestamp:
2021-10-25T00:32:45Z (2 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f783081
Parents:
fa792e8
git-author:
Jiri Svoboda <jiri@…> (2021-10-16 20:41:33)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
Message:

Opening directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/types/panel.h

    rfa792e8 r4fcc2de  
    103103        /** @c true iff the panel is active */
    104104        bool active;
     105
     106        /** Directory */
     107        char *dir;
    105108} panel_t;
    106109
Note: See TracChangeset for help on using the changeset viewer.