summaryrefslogtreecommitdiff
path: root/src/video/x11/SDL_x11video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/x11/SDL_x11video.h')
-rw-r--r--src/video/x11/SDL_x11video.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video/x11/SDL_x11video.h b/src/video/x11/SDL_x11video.h
index 798d14f561..a853e4290d 100644
--- a/src/video/x11/SDL_x11video.h
+++ b/src/video/x11/SDL_x11video.h
@@ -20,8 +20,8 @@
*/
#include "../../SDL_internal.h"
-#ifndef _SDL_x11video_h
-#define _SDL_x11video_h
+#ifndef SDL_x11video_h_
+#define SDL_x11video_h_
#include "SDL_keycode.h"
@@ -141,6 +141,6 @@ typedef struct SDL_VideoData
extern SDL_bool X11_UseDirectColorVisuals(void);
-#endif /* _SDL_x11video_h */
+#endif /* SDL_x11video_h_ */
/* vi: set ts=4 sw=4 expandtab: */