1From 2497dd12efd47417406843f4b1310d15aaccb762 Mon Sep 17 00:00:00 2001
2From: hovercats <hovercatswithlasereyes@protonmail.com>
3Date: Sat, 30 May 2026 04:44:04 +0200
4Subject: [PATCH] correct headernames so that it matches
5
6---
7 main.c | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9
10diff --git a/main.c b/main.c
11index fecdd33..f9d4aa2 100644
12--- a/main.c
13+++ b/main.c
14@@ -21,9 +21,9 @@
15 #include <wayland-cursor.h>
16
17 #include "tsm/libtsm.h"
18-#include "xdg-shell.h"
19-#include "primary-selection-unstable-v1.h"
20-#include "xdg-decoration-unstable-v1.h"
21+#include "xdg-shell-client-protocol.h"
22+#include "primary-selection-unstable-v1-client-protocol.h"
23+#include "xdg-decoration-unstable-v1-client-protocol.h"
24
25 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
26
27--
282.54.0
29