From ba024a75640d2856ae0ed9350dd32f115c6b2f15 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 5 Jun 2024 21:23:55 -0400 Subject: Rename, fix scaling on wayland Signed-off-by: Andrew Opalach --- include/stl/egl.h | 3 +++ include/stl/gl.h | 3 +++ include/stl/window.h | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 include/stl/egl.h create mode 100644 include/stl/gl.h create mode 100644 include/stl/window.h (limited to 'include/stl') diff --git a/include/stl/egl.h b/include/stl/egl.h new file mode 100644 index 0000000..b6f5c04 --- /dev/null +++ b/include/stl/egl.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/egl_common.h" diff --git a/include/stl/gl.h b/include/stl/gl.h new file mode 100644 index 0000000..5b9185a --- /dev/null +++ b/include/stl/gl.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/gl_common.h" diff --git a/include/stl/window.h b/include/stl/window.h new file mode 100644 index 0000000..b0c0068 --- /dev/null +++ b/include/stl/window.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/window.h" -- cgit v1.2.3-101-g0448