aboutsummaryrefslogtreecommitdiff
path: root/wayland.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-20 21:47:52 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-20 21:47:52 +0100
commit4948a7ff9f68b14d89adf5acc61f3b2bb445323e (patch)
tree13c51e880f14f92da707cf4b4ac154564b1dcb47 /wayland.h
parent6ef44e08ae899de2dc9992b5934154856a2b460a (diff)
changed protocol naming
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland.h b/wayland.h
index 4844d28..741de20 100644
--- a/wayland.h
+++ b/wayland.h
@@ -2,7 +2,7 @@
#define WAYLAND_H
#include "xdg-shell-client-protocol.h"
-#include "wlr-layer-shell-unstable.h"
+#include "wlr-layer-shell-protocol.h"
#include "dwl-bar-ipc-unstable-v1-protocol.h"
typedef struct ListElement ListElement;