Skip to content
Snippets Groups Projects
Commit 44e13868 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

SDL_SetWindowResizable() returns void.

parent b493e7b3
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ struct sdlfuncs {
void (HACK_HACK_HACK *SetWindowSize) (SDL_Window *window, int w, int h);
void (HACK_HACK_HACK *DestroyTexture) (SDL_Texture *texture);
int (HACK_HACK_HACK *SetWindowFullscreen) (SDL_Window *window, Uint32 flags);
int (HACK_HACK_HACK *SetWindowResizable) (SDL_Window *window, SDL_bool resizable);
void (HACK_HACK_HACK *SetWindowResizable) (SDL_Window *window, SDL_bool resizable);
int (HACK_HACK_HACK *LockTexture) (SDL_Texture *texture, const SDL_Rect *rect, void **pixels, int *pitch);
void (HACK_HACK_HACK *UnlockTexture) (SDL_Texture *texture);
int (HACK_HACK_HACK *QueryTexture) (SDL_Texture *texture, Uint32 *format, int *access, int *w, int *h);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment