summaryrefslogtreecommitdiff
path: root/modules/window-opengl
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
commit8dad985328e2183b224300aa992951131956fdb3 (patch)
treeceda3d9805335f36f571fb36585444ebdb421a02 /modules/window-opengl
parenta9d2025030d0a7641f4b0701bd4aff7d2db5aeb4 (diff)
core,codec-json,codec-minecraft,codec-netcdf,codec,io-tls,io,io_codec,window,window-opengl:
Renamed file endings and changed includes
Diffstat (limited to 'modules/window-opengl')
-rw-r--r--modules/window-opengl/gl_backends.hpp (renamed from modules/window-opengl/gl_backends.h)0
-rw-r--r--modules/window-opengl/gl_context.hpp (renamed from modules/window-opengl/gl_context.h)0
-rw-r--r--modules/window-opengl/gl_window.hpp (renamed from modules/window-opengl/gl_window.h)0
-rw-r--r--modules/window-opengl/gl_xcb.hpp (renamed from modules/window-opengl/gl_xcb.h)6
4 files changed, 3 insertions, 3 deletions
diff --git a/modules/window-opengl/gl_backends.h b/modules/window-opengl/gl_backends.hpp
index 652954f..652954f 100644
--- a/modules/window-opengl/gl_backends.h
+++ b/modules/window-opengl/gl_backends.hpp
diff --git a/modules/window-opengl/gl_context.h b/modules/window-opengl/gl_context.hpp
index 685e527..685e527 100644
--- a/modules/window-opengl/gl_context.h
+++ b/modules/window-opengl/gl_context.hpp
diff --git a/modules/window-opengl/gl_window.h b/modules/window-opengl/gl_window.hpp
index 3bb9f83..3bb9f83 100644
--- a/modules/window-opengl/gl_window.h
+++ b/modules/window-opengl/gl_window.hpp
diff --git a/modules/window-opengl/gl_xcb.h b/modules/window-opengl/gl_xcb.hpp
index 0d84662..a737e41 100644
--- a/modules/window-opengl/gl_xcb.h
+++ b/modules/window-opengl/gl_xcb.hpp
@@ -6,9 +6,9 @@
#error "OpenGL is not supported"
#endif
-#include "gl_backends.h"
-#include "gl_context.h"
-#include "gl_window.h"
+#include "gl_backends.hpp
+#include "gl_context.hpp
+#include "gl_window.hpp
#include <GL/glx.h>