summaryrefslogtreecommitdiff
path: root/src/SDL2/include/SDL_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDL2/include/SDL_surface.h')
-rw-r--r--src/SDL2/include/SDL_surface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SDL2/include/SDL_surface.h b/src/SDL2/include/SDL_surface.h
index fece7974..aa8d8217 100644
--- a/src/SDL2/include/SDL_surface.h
+++ b/src/SDL2/include/SDL_surface.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -48,12 +48,12 @@ extern "C" {
* \internal
* Used internally (read-only).
*/
-/*@{*/
+/* @{ */
#define SDL_SWSURFACE 0 /**< Just here for compatibility */
#define SDL_PREALLOC 0x00000001 /**< Surface uses preallocated memory */
#define SDL_RLEACCEL 0x00000002 /**< Surface is RLE encoded */
#define SDL_DONTFREE 0x00000004 /**< Surface is referenced internally */
-/*@}*//*Surface flags*/
+/* @} *//* Surface flags */
/**
* Evaluates to true if the surface needs to be locked before access.
@@ -357,7 +357,7 @@ extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
* surface.
*/
extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
- (SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags);
+ (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
(SDL_Surface * src, Uint32 pixel_format, Uint32 flags);