diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video/wayland/SDL_waylandopengl.c (renamed from src/video/wayland/SDL_waylandgl.c) | 2 | ||||
-rw-r--r-- | src/video/wayland/SDL_waylandopengl.h (renamed from src/video/wayland/SDL_waylandgl.h) | 6 | ||||
-rw-r--r-- | src/video/wayland/SDL_waylandvideo.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/video/wayland/SDL_waylandgl.c b/src/video/wayland/SDL_waylandopengl.c index 343d66de..600269f7 100644 --- a/src/video/wayland/SDL_waylandgl.c +++ b/src/video/wayland/SDL_waylandopengl.c @@ -22,7 +22,7 @@ #include "SDL_config.h" -#include "SDL_waylandgl.h" +#include "SDL_waylandopengl.h" #include "SDL_waylandwindow.h" #include <dlfcn.h> diff --git a/src/video/wayland/SDL_waylandgl.h b/src/video/wayland/SDL_waylandopengl.h index 57ddf672..ed369db5 100644 --- a/src/video/wayland/SDL_waylandgl.h +++ b/src/video/wayland/SDL_waylandopengl.h @@ -22,8 +22,8 @@ #include "SDL_config.h" -#ifndef _SDL_waylandgl_h -#define _SDL_waylandgl_h +#ifndef _SDL_waylandopengl_h +#define _SDL_waylandopengl_h #include "SDL_waylandwindow.h" @@ -36,6 +36,6 @@ extern int Wayland_GL_LoadLibrary(_THIS, const char *path); extern void Wayland_GL_UnloadLibrary(_THIS); extern void *Wayland_GL_GetProcAddress(_THIS, const char *proc); -#endif /* _SDL_waylandgl_h */ +#endif /* _SDL_waylandopengl_h */ /* vi: set ts=4 sw=4 expandtab: */ diff --git a/src/video/wayland/SDL_waylandvideo.c b/src/video/wayland/SDL_waylandvideo.c index 27db920b..3ed09fd8 100644 --- a/src/video/wayland/SDL_waylandvideo.c +++ b/src/video/wayland/SDL_waylandvideo.c @@ -32,7 +32,7 @@ #include "SDL_waylandvideo.h" #include "SDL_waylandevents_c.h" #include "SDL_waylandwindow.h" -#include "SDL_waylandgl.h" +#include "SDL_waylandopengl.h" #define WAYLANDVID_DRIVER_NAME "wayland" |