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/skh/egl.h | 3 --- include/skh/gl.h | 3 --- include/skh/window.h | 3 --- include/stl/egl.h | 3 +++ include/stl/gl.h | 3 +++ include/stl/window.h | 3 +++ 6 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 include/skh/egl.h delete mode 100644 include/skh/gl.h delete mode 100644 include/skh/window.h create mode 100644 include/stl/egl.h create mode 100644 include/stl/gl.h create mode 100644 include/stl/window.h (limited to 'include') diff --git a/include/skh/egl.h b/include/skh/egl.h deleted file mode 100644 index b6f5c04..0000000 --- a/include/skh/egl.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -#include "../../src/egl_common.h" diff --git a/include/skh/gl.h b/include/skh/gl.h deleted file mode 100644 index 5b9185a..0000000 --- a/include/skh/gl.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -#include "../../src/gl_common.h" diff --git a/include/skh/window.h b/include/skh/window.h deleted file mode 100644 index b0c0068..0000000 --- a/include/skh/window.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -#include "../../src/window.h" 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