1
0
Fork 0
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:
Michael Carlberg 2016-12-26 10:36:14 +01:00
parent 334c454eec
commit baaba4adf9
7 changed files with 30 additions and 34 deletions

View file

@ -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;