Skip to content

Commit

Permalink
headers: add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed May 25, 2021
1 parent cae865f commit ab89940
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/SDL/SDL_cpuinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);

#include "close_code.h"

#endif
#endif
1 change: 0 additions & 1 deletion include/SDL/SDL_loadso.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);

#endif


1 change: 0 additions & 1 deletion include/SDL/SDL_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);

#endif


1 change: 1 addition & 0 deletions include/SDL/SDL_rwops.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
#include "close_code.h"

#endif

1 change: 0 additions & 1 deletion include/SDL/SDL_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);

#endif


1 change: 0 additions & 1 deletion include/SDL/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void);
#include "close_code.h"

#endif

4 changes: 2 additions & 2 deletions include/SDL/SDL_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ typedef struct SDL_Color
Uint8 unused;
} SDL_Color;

#define SDL_Colour SDL_Color
#define SDL_Colour SDL_Color

typedef struct SDL_Palette
{
Expand Down Expand Up @@ -221,7 +221,7 @@ extern DECLSPEC int SDLCALL SDL_WM_IconifyWindow(void);
extern DECLSPEC int SDLCALL SDL_WM_ToggleFullScreen(SDL_Surface *surface);
extern DECLSPEC SDL_GrabMode SDLCALL SDL_WM_GrabInput(SDL_GrabMode mode);
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);

#define SDL_SWSURFACE 0x00000000
#define SDL_HWSURFACE 0x00000001
#define SDL_ASYNCBLIT 0x00000004
Expand Down

0 comments on commit ab89940

Please sign in to comment.