Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/tbarcfg/private/tbarcfg.h

    re63e74a r84d29a2  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4040#include <adt/list.h>
    4141#include <sif.h>
    42 #include <stdbool.h>
    4342#include <types/tbarcfg/tbarcfg.h>
    4443
     
    6160        /** SIF node (persistent storage) */
    6261        sif_node_t *nentry;
    63         /** Is this a separator entry */
    64         bool separator;
    6562        /** Entry caption (with accelerator markup) */
    6663        char *caption;
    6764        /** Command to run */
    6865        char *cmd;
    69         /** Start in terminal */
    70         bool terminal;
    7166};
    7267
    7368extern errno_t smenu_entry_new(tbarcfg_t *, sif_node_t *, const char *,
    74     const char *, bool, smenu_entry_t **);
    75 extern errno_t smenu_entry_sep_new(tbarcfg_t *, sif_node_t *, smenu_entry_t **);
     69    const char *);
    7670extern void smenu_entry_delete(smenu_entry_t *);
    7771
Note: See TracChangeset for help on using the changeset viewer.