From 38fcc4611557ae1760469a624bd9396c5f176798 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Wed, 8 Feb 2023 13:08:33 -0700 Subject: rename xdg-output-protocol to xdg-output-unstable-v1-protocol --- dwlb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwlb.c') diff --git a/dwlb.c b/dwlb.c index f951b64..90337af 100644 --- a/dwlb.c +++ b/dwlb.c @@ -19,9 +19,9 @@ #include #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 { \ -- cgit v1.2.3