mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
action: simplify action_prompt_command()
This commit is contained in:
parent
2f96664670
commit
5f981226c2
4 changed files with 46 additions and 123 deletions
|
|
@ -1,12 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_ACTION_PROMPT_COMMAND_H
|
||||
#define LABWC_ACTION_PROMPT_COMMAND_H
|
||||
|
||||
struct buf;
|
||||
struct action;
|
||||
struct theme;
|
||||
|
||||
void action_prompt_command(struct buf *buf, const char *format,
|
||||
struct action *action, struct theme *theme);
|
||||
|
||||
#endif /* LABWC_ACTION_PROMPT_COMMAND_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue