From a14896f9ed209dd3f9597722e5a5697bd7dbf531 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 4 Dec 2023 12:18:14 +0100 Subject: meta: Renamed folder containing source --- modules/window/linux_xcb.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/window/linux_xcb.h (limited to 'modules/window/linux_xcb.h') diff --git a/modules/window/linux_xcb.h b/modules/window/linux_xcb.h new file mode 100644 index 0000000..65ff94d --- /dev/null +++ b/modules/window/linux_xcb.h @@ -0,0 +1,5 @@ +#pragma once + +#ifdef SAW_UNIX_XCB +#include "xcb.h" +#endif -- cgit v1.2.3