diff options
Diffstat (limited to 'modules/window/c++/linux_xcb.h')
-rw-r--r-- | modules/window/c++/linux_xcb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/window/c++/linux_xcb.h b/modules/window/c++/linux_xcb.h new file mode 100644 index 0000000..65ff94d --- /dev/null +++ b/modules/window/c++/linux_xcb.h @@ -0,0 +1,5 @@ +#pragma once + +#ifdef SAW_UNIX_XCB +#include "xcb.h" +#endif |