Actions
Bug #1467
opensdl: get_pixel() x & y parameter size too small
Start date:
05/28/2025
Due date:
% Done:
0%
Estimated time:
Description
get_pixel() x and y parameters' types should be big enough to hold SDL_Rect dimensions, i.e., 'int'. Currently they are 'Sint16'.
Files
Actions
#1
Updated by Marko Lindqvist about 10 hours ago
- File 0091-sdl-Make-get_pixel-x-y-parameters-int.patch 0091-sdl-Make-get_pixel-x-y-parameters-int.patch added
- File 0033-sdl-Make-get-_-pixel-x-y-parameters-int.patch 0033-sdl-Make-get-_-pixel-x-y-parameters-int.patch added
- File 0017-sdl2-Make-getpixel-x-y-parameters-int.patch 0017-sdl2-Make-getpixel-x-y-parameters-int.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions