From 841cf79c5f76414b36fd5dfc1843d594e6e56700 Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 19 Sep 2024 17:30:23 -0500 Subject: [PATCH] Fix incorrect header file name --- src/wl_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wl_init.c b/src/wl_init.c index 167716af..e9a2ffe6 100644 --- a/src/wl_init.c +++ b/src/wl_init.c @@ -93,7 +93,7 @@ #undef types #define types _glfw_pointer_gestures_types -#include "wayland-pointer-gestures-unstable-v1-client-protocol-code.h" +#include "pointer-gestures-unstable-v1-client-protocol-code.h" #undef types static void wmBaseHandlePing(void* userData,