summaryrefslogtreecommitdiff
path: root/include/stl
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-06-05 21:23:55 -0400
committerAndrew Opalach <andrew@akon.city> 2024-06-05 21:23:55 -0400
commitba024a75640d2856ae0ed9350dd32f115c6b2f15 (patch)
tree520bd1eccd28166d61c0179d833e6482ccdfc7e4 /include/stl
parent9ba7e92a7f9d5dc67867281df40fe059c7508ada (diff)
downloadstela-ba024a75640d2856ae0ed9350dd32f115c6b2f15.tar.gz
stela-ba024a75640d2856ae0ed9350dd32f115c6b2f15.tar.bz2
stela-ba024a75640d2856ae0ed9350dd32f115c6b2f15.zip
Rename, fix scaling on wayland
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'include/stl')
-rw-r--r--include/stl/egl.h3
-rw-r--r--include/stl/gl.h3
-rw-r--r--include/stl/window.h3
3 files changed, 9 insertions, 0 deletions
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"