diff options
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> |