summaryrefslogtreecommitdiff
path: root/c++/window-opengl/gl_backends.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/window-opengl/gl_backends.h')
-rw-r--r--c++/window-opengl/gl_backends.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/c++/window-opengl/gl_backends.h b/c++/window-opengl/gl_backends.h
index 0af10fc..652954f 100644
--- a/c++/window-opengl/gl_backends.h
+++ b/c++/window-opengl/gl_backends.h
@@ -2,11 +2,9 @@
namespace saw {
namespace gfx {
-namespace gl {
namespace backend {
-struct linux_xcb {};
-struct wasm {};
-}
+struct gl_linux_xcb {};
+struct gl_wasm {};
}
}
}