summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-04-12 16:07:44 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-02-28 08:31:49 +0100
commit1fb573a08923d545a1d32e39b23d1190e96af4e5 (patch)
tree352fbacff2b3739603dd8daa94c6ec7b4469bb26
parentd249d8b5232a285f3669573fc8eed29551cb019b (diff)
wayland: rename SDL_waylandgl to SDL_waylandopengl
-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.c2
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"