From 140a8861a63dea5c36a3e9d6d19b5382bdd8ddce Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 29 Jun 2023 15:36:33 +0200 Subject: c++,window: Progress save. Reworking from old style to more public one --- src/window/backends.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/window/backends.h') 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 {}; } } } -- cgit v1.2.3