summaryrefslogtreecommitdiff
path: root/src/window/backends.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-06-29 15:36:33 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-06-29 15:36:33 +0200
commit140a8861a63dea5c36a3e9d6d19b5382bdd8ddce (patch)
tree5abe0b68c897ad3d8d7be674c37b4fd076ab3810 /src/window/backends.h
parent7250a86b7eab2692d5c17d071436c84bac4574df (diff)
c++,window: Progress save. Reworking from old style to more public one
Diffstat (limited to 'src/window/backends.h')
-rw-r--r--src/window/backends.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window/backends.h b/src/window/backends.h
index 2548dc5..e129037 100644
--- a/src/window/backends.h
+++ b/src/window/backends.h
@@ -3,7 +3,8 @@
namespace saw {
namespace gfx {
namespace backend {
-struct xcb {};
+struct linux_xcb {};
+struct wasm {};
}
}
}