From dd5d61330032511f5b0e05e813bbfe2054841f5d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 29 Jun 2023 13:10:00 +0200 Subject: c++,window: Reworking the context creation --- src/window/linux_xcb.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/window/linux_xcb.h (limited to 'src/window/linux_xcb.h') diff --git a/src/window/linux_xcb.h b/src/window/linux_xcb.h new file mode 100644 index 0000000..65ff94d --- /dev/null +++ b/src/window/linux_xcb.h @@ -0,0 +1,5 @@ +#pragma once + +#ifdef SAW_UNIX_XCB +#include "xcb.h" +#endif -- cgit v1.2.3