Changeset 34aad53d in mainline for uspace/app/taskbar/types/tbsmenu.h


Ignore:
Timestamp:
2024-04-07T09:45:45Z (8 weeks ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
c37c24c
Parents:
e4cc266 (diff), 522eecf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge master to topic/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/tbsmenu.h

    re4cc266 r34aad53d  
    4040#include <gfx/coord.h>
    4141#include <stdbool.h>
     42#include <tbarcfg/tbarcfg.h>
    4243#include <ui/pbutton.h>
    4344#include <ui/fixed.h>
     
    8485        /** Device ID of last input event */
    8586        sysarg_t ev_idev_id;
     87
     88        /** Repository path name */
     89        char *repopath;
     90
     91        /** Need to reload menu when possible */
     92        bool needs_reload;
     93
     94        /** Display specification */
     95        char *display_spec;
    8696} tbsmenu_t;
    8797
    8898/** Command split into individual parts */
    8999typedef struct {
    90         /** Buffer holding broken down command */
    91         char *buf;
    92100        /** NULL-terminated array of string pointers */
    93101        char **argv;
Note: See TracChangeset for help on using the changeset viewer.