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


Ignore:
Timestamp:
2024-03-04T14:12:26Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
e229148
Parents:
ee3b28a9
git-author:
Jiri Svoboda <jiri@…> (2024-03-03 18:12:02)
git-committer:
Jiri Svoboda <jiri@…> (2024-03-04 14:12:26)
Message:

Start menu support for passing input device ID (multiseat)

File:
1 edited

Legend:

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

    ree3b28a9 rd92b8e8f  
    9191        /** Need to reload menu when possible */
    9292        bool needs_reload;
     93
     94        /** Display specification */
     95        char *display_spec;
    9396} tbsmenu_t;
    9497
    9598/** Command split into individual parts */
    9699typedef struct {
    97         /** Buffer holding broken down command */
    98         char *buf;
    99100        /** NULL-terminated array of string pointers */
    100101        char **argv;
Note: See TracChangeset for help on using the changeset viewer.