aboutsummaryrefslogtreecommitdiff
path: root/dwlb.c
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-02-08 13:08:33 -0700
committerkolunmi <kolunmi@tutanota.com>2023-02-08 13:08:33 -0700
commit38fcc4611557ae1760469a624bd9396c5f176798 (patch)
treec413a95e0def34c806e2a66613182b38eaa4b0d2 /dwlb.c
parent452ae3f2d53e3e161ca02dc51f971801b8e060a8 (diff)
downloaddwlb-38fcc4611557ae1760469a624bd9396c5f176798.tar.gz
rename xdg-output-protocol to xdg-output-unstable-v1-protocol
Diffstat (limited to 'dwlb.c')
-rw-r--r--dwlb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwlb.c b/dwlb.c
index f951b64..90337af 100644
--- a/dwlb.c
+++ b/dwlb.c
@@ -19,9 +19,9 @@
#include <wayland-client.h>
#include "utf8.h"
-#include "wlr-layer-shell-unstable-v1-protocol.h"
#include "xdg-shell-protocol.h"
-#include "xdg-output-protocol.h"
+#include "xdg-output-unstable-v1-protocol.h"
+#include "wlr-layer-shell-unstable-v1-protocol.h"
#define DIE(fmt, ...) \
do { \