Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SDL_MapRGBA in sdlvideo.bi
#1
SDL_MapRGBA's declaration is missing the last parameter and it's alias is incorrectly all uppercase. It should be changed to this:
Quote:declare function SDL_MapRGBA cdecl alias "SDL_MapRGBA" ( byval format as SDL_PixelFormat ptr, byval r as ubyte, byval g as ubyte, byval b as ubyte, byval a as ubyte ) as uinteger
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)