diff options
Diffstat (limited to 'src/window/linux_xcb.h')
-rw-r--r-- | src/window/linux_xcb.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |