mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module/i3: use our own copy of i3/ipc.h
The main advantage is when targeting sway/wayland instead of i3/x11; sway doesn't package ipc.h. There *is* an ipc.h in the sway sources, but it doesn't define e.g the header format, and has different names for the constants.
This commit is contained in:
parent
065c40a9e6
commit
7dc5694965
5 changed files with 117 additions and 8 deletions
|
@ -7,8 +7,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <i3/ipc.h>
|
||||
|
||||
#define LOG_MODULE "i3"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
|
@ -18,6 +16,7 @@
|
|||
#include "../particles/dynlist.h"
|
||||
#include "../plugin.h"
|
||||
|
||||
#include "i3-ipc.h"
|
||||
#include "i3-common.h"
|
||||
|
||||
struct ws_content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue