might as well do this
This commit is contained in:
parent
f6a7bee047
commit
3ad961a571
6 changed files with 424 additions and 227 deletions
|
@ -1,9 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <wayland-client.h>
|
||||
#ifdef __linux__
|
||||
|
||||
// clang-format off
|
||||
#include <wayland-client.h> // Wayland client library
|
||||
|
||||
#include "src/core/util/defs.hpp"
|
||||
#include "src/core/util/types.hpp"
|
||||
// clang-format on
|
||||
|
||||
struct wl_display;
|
||||
|
||||
|
@ -56,3 +60,5 @@ namespace wl {
|
|||
[[nodiscard]] fn fd() const -> util::types::i32 { return get_fd(m_Display); }
|
||||
};
|
||||
} // namespace wl
|
||||
|
||||
#endif // __linux__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue