Skip to content

Commit 6869355

Browse files
committed
dos2unix SDL_dynapi_*.h
1 parent 34ecd71 commit 6869355

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/dynapi/SDL_dynapi_overrides.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,10 +795,10 @@
795795
#define SDL_SoftStretchLinear SDL_SoftStretchLinear_REAL
796796
#define SDL_RenderGetD3D11Device SDL_RenderGetD3D11Device_REAL
797797
#define SDL_UpdateNVTexture SDL_UpdateNVTexture_REAL
798-
#define SDL_SetWindowKeyboardGrab SDL_SetWindowKeyboardGrab_REAL
799-
#define SDL_SetWindowMouseGrab SDL_SetWindowMouseGrab_REAL
800-
#define SDL_GetWindowKeyboardGrab SDL_GetWindowKeyboardGrab_REAL
801-
#define SDL_GetWindowMouseGrab SDL_GetWindowMouseGrab_REAL
798+
#define SDL_SetWindowKeyboardGrab SDL_SetWindowKeyboardGrab_REAL
799+
#define SDL_SetWindowMouseGrab SDL_SetWindowMouseGrab_REAL
800+
#define SDL_GetWindowKeyboardGrab SDL_GetWindowKeyboardGrab_REAL
801+
#define SDL_GetWindowMouseGrab SDL_GetWindowMouseGrab_REAL
802802
#define SDL_isalpha SDL_isalpha_REAL
803803
#define SDL_isalnum SDL_isalnum_REAL
804804
#define SDL_isblank SDL_isblank_REAL

src/dynapi/SDL_dynapi_procs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -858,10 +858,10 @@ SDL_DYNAPI_PROC(int,SDL_SoftStretchLinear,(SDL_Surface *a, const SDL_Rect *b, SD
858858
SDL_DYNAPI_PROC(ID3D11Device*,SDL_RenderGetD3D11Device,(SDL_Renderer *a),(a),return)
859859
#endif
860860
SDL_DYNAPI_PROC(int,SDL_UpdateNVTexture,(SDL_Texture *a, const SDL_Rect *b, const Uint8 *c, int d, const Uint8 *e, int f),(a,b,c,d,e,f),return)
861-
SDL_DYNAPI_PROC(void,SDL_SetWindowKeyboardGrab,(SDL_Window *a, SDL_bool b),(a,b),)
862-
SDL_DYNAPI_PROC(void,SDL_SetWindowMouseGrab,(SDL_Window *a, SDL_bool b),(a,b),)
863-
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowKeyboardGrab,(SDL_Window *a),(a),return)
864-
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowMouseGrab,(SDL_Window *a),(a),return)
861+
SDL_DYNAPI_PROC(void,SDL_SetWindowKeyboardGrab,(SDL_Window *a, SDL_bool b),(a,b),)
862+
SDL_DYNAPI_PROC(void,SDL_SetWindowMouseGrab,(SDL_Window *a, SDL_bool b),(a,b),)
863+
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowKeyboardGrab,(SDL_Window *a),(a),return)
864+
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowMouseGrab,(SDL_Window *a),(a),return)
865865
SDL_DYNAPI_PROC(int,SDL_isalpha,(int a),(a),return)
866866
SDL_DYNAPI_PROC(int,SDL_isalnum,(int a),(a),return)
867867
SDL_DYNAPI_PROC(int,SDL_isblank,(int a),(a),return)

0 commit comments

Comments
 (0)