mirror of
https://github.com/polybar/polybar.git
synced 2025-06-02 18:22:03 -04:00
refactor(ipc): Rename signals
This commit is contained in:
parent
334c454eec
commit
baaba4adf9
7 changed files with 30 additions and 34 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
POLYBAR_NS
|
||||
|
||||
template <uint8_t Priority, typename Signal, typename... Signals>
|
||||
class signal_receiver;
|
||||
|
||||
namespace signals {
|
||||
namespace eventqueue {
|
||||
struct exit_terminate;
|
||||
|
@ -13,9 +16,9 @@ namespace signals {
|
|||
struct update;
|
||||
}
|
||||
namespace ipc {
|
||||
struct process_command;
|
||||
struct process_hook;
|
||||
struct process_action;
|
||||
struct command;
|
||||
struct hook;
|
||||
struct action;
|
||||
}
|
||||
namespace ui {
|
||||
struct tick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue