Changeset 0e5ed803 in mainline for uspace/app/nav/nav.h


Ignore:
Timestamp:
2021-10-04T20:39:24Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
3b67e95
Parents:
68b9e540
Message:

Create, position panels and paint boxes around them

File:
1 edited

Legend:

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

    r68b9e540 r0e5ed803  
    5353        /** Menu */
    5454        struct nav_menu *menu;
     55        /** Panels */
     56        struct panel *panel[2];
    5557} navigator_t;
    5658
     
    5961extern errno_t navigator_run(const char *);
    6062
    61 
    6263#endif
    6364
Note: See TracChangeset for help on using the changeset viewer.