freebsd support again yay

This commit is contained in:
Mars 2025-05-01 23:48:58 -04:00
parent 631964469f
commit f280792a45
9 changed files with 680 additions and 149 deletions

View file

@ -1,7 +1,5 @@
#pragma once
#ifdef __linux__
// clang-format off
#include <xcb/xcb.h> // XCB library
@ -170,5 +168,3 @@ namespace xcb {
[[nodiscard]] fn operator*() const->T& { return *m_reply; }
};
} // namespace xcb
#endif // __linux__