aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/gui/Window.h
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-09 22:34:50 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-09 22:34:50 +0800
commitfee3a550f00f6df4b341ca6ed47ef7e9a748a9ba (patch)
tree88c4584eb92523ee15dceae79237070f7f8bedf5 /include/cru/platform/gui/Window.h
parent20fc1e5595e4f498d297c09934dbfcc005982f54 (diff)
downloadcru-fee3a550f00f6df4b341ca6ed47ef7e9a748a9ba.tar.gz
cru-fee3a550f00f6df4b341ca6ed47ef7e9a748a9ba.tar.bz2
cru-fee3a550f00f6df4b341ca6ed47ef7e9a748a9ba.zip
Implement xcb keyboard.
Diffstat (limited to 'include/cru/platform/gui/Window.h')
-rw-r--r--include/cru/platform/gui/Window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cru/platform/gui/Window.h b/include/cru/platform/gui/Window.h
index 7f6923d1..742ef798 100644
--- a/include/cru/platform/gui/Window.h
+++ b/include/cru/platform/gui/Window.h
@@ -5,8 +5,6 @@
#include "cru/base/Event.h"
-#include <string_view>
-
namespace cru::platform::gui {
namespace details {
struct WindowStyleFlagTag;