diff options
| author | kolunmi <kolunmi@tutanota.com> | 2023-02-08 13:08:33 -0700 |
|---|---|---|
| committer | kolunmi <kolunmi@tutanota.com> | 2023-02-08 13:08:33 -0700 |
| commit | 38fcc4611557ae1760469a624bd9396c5f176798 (patch) | |
| tree | c413a95e0def34c806e2a66613182b38eaa4b0d2 /dwlb.c | |
| parent | 452ae3f2d53e3e161ca02dc51f971801b8e060a8 (diff) | |
| download | dwlb-38fcc4611557ae1760469a624bd9396c5f176798.tar.gz | |
rename xdg-output-protocol to xdg-output-unstable-v1-protocol
Diffstat (limited to 'dwlb.c')
| -rw-r--r-- | dwlb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { \ |