mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
9 lines
232 B
C
9 lines
232 B
C
#ifndef _SWAYBAR_IPC_H
|
|
#define _SWAYBAR_IPC_H
|
|
#include "swaybar/bar.h"
|
|
|
|
void ipc_initialize(struct swaybar *bar, const char *bar_id);
|
|
void handle_ipc_event(struct swaybar *bar);
|
|
void ipc_get_workspaces(struct swaybar *bar);
|
|
|
|
#endif
|