Skip to content

Commit

Permalink
remove CreateRGBSurfaceWithFormat{From} from sdl3 syms.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 5, 2022
1 parent da9a3ef commit 8293986
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sdl3_syms.h
Expand Up @@ -623,8 +623,6 @@ SDL3_SYM_PASSTHROUGH(int,RenderSetIntegerScale,(SDL_Renderer *a, SDL_bool b),(a,
SDL3_SYM_PASSTHROUGH(SDL_bool,RenderGetIntegerScale,(SDL_Renderer *a),(a),return)
SDL3_SYM_PASSTHROUGH(Uint32,DequeueAudio,(SDL_AudioDeviceID a, void *b, Uint32 c),(a,b,c),return)
SDL3_SYM_PASSTHROUGH(void,SetWindowResizable,(SDL_Window *a, SDL_bool b),(a,b),)
SDL3_SYM(SDL_Surface*,CreateRGBSurfaceWithFormat,(int a, int b, Uint32 c),(a,b,c),return)
SDL3_SYM(SDL_Surface*,CreateRGBSurfaceWithFormatFrom,(void *a, int b, int c, int d, Uint32 e),(a,b,c,d,e),return)
SDL3_SYM_PASSTHROUGH(SDL_bool,GetHintBoolean,(const char *a, SDL_bool b),(a,b),return)
SDL3_SYM_PASSTHROUGH(Uint16,JoystickGetDeviceVendor,(int a),(a),return)
SDL3_SYM_PASSTHROUGH(Uint16,JoystickGetDeviceProduct,(int a),(a),return)
Expand Down

0 comments on commit 8293986

Please sign in to comment.