diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-20 21:47:52 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-20 21:47:52 +0100 |
| commit | 4948a7ff9f68b14d89adf5acc61f3b2bb445323e (patch) | |
| tree | 13c51e880f14f92da707cf4b4ac154564b1dcb47 /wayland.h | |
| parent | 6ef44e08ae899de2dc9992b5934154856a2b460a (diff) | |
changed protocol naming
Diffstat (limited to 'wayland.h')
| -rw-r--r-- | wayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |