Reconfigure CFFI porting scripts for SDL3, add _libtcod.pyi #1039
Annotations
10 errors
|
tcod/sdl/video.py#L367
Too many arguments for "SDL_CreateWindow" of "_lib"
|
|
tcod/sdl/video.py#L285
"_lib" has no attribute "SDL_SetWindowGrab"; maybe "SDL_SetWindowModal", "SDL_SetWindowShape", or "SDL_SetWindowIcon"?
|
|
tcod/sdl/video.py#L281
"_lib" has no attribute "SDL_GetWindowGrab"; maybe "SDL_GetWindowFlags" or "SDL_GetWindowSize"?
|
|
tcod/sdl/video.py#L267
Too many arguments for "SDL_GetWindowOpacity" of "_lib"
|
|
tcod/sdl/video.py#L235
Argument 2 to "SDL_SetWindowFullscreen" of "_lib" has incompatible type "int"; expected "bool"
|
|
tcod/sdl/video.py#L231
"type[WindowFlags]" has no attribute "FULLSCREEN_DESKTOP"
|
|
tcod/sdl/video.py#L231
Returning Any from function declared to return "int"
|
|
tcod/sdl/video.py#L113
"_lib" has no attribute "SDL_FreeSurface"; maybe "SDL_FlipSurface", "SDL_ClearSurface", or "SDL_ScaleSurface"?
|
|
tcod/sdl/video.py#L102
"_lib" has no attribute "SDL_CreateRGBSurfaceFrom"
|
|
tcod/sdl/_internal.py#L100
Too many arguments for "SDL_GetVersion" of "_lib"
|
The logs for this run have expired and are no longer available.
Loading