AmigaPorts / SDL

Simple Directmedia Layer, 2.x / 3.x for AmigaOS 4. SDL3 is in "main" branch and SDL2 is in "SDL2" branch. SDL1 is in another repo (https://github.com/AmigaPorts/SDL-1.2).
https://libsdl.org
zlib License
14 stars 2 forks source link

AISS images not showed #48

Open samo790 opened 1 year ago

samo790 commented 1 year ago

In latest 2.28 release the AISS images in SDL2 Prefs are not showed anymore

SDL2 Prefs 1.5 (26.04.2023)

capehill commented 12 months ago

I have only merged locale changes earlier and ignored the rest unrelated things (so far).

samo790 commented 12 months ago

Just reinstalled the latest version (SDL2 2.28.4) but AISS images in prefs still not showed... Perhaps it missed a proper tooltype?

I set MENUIMAGESIZE=16 but still not ... maybe is another one?

javierdlr commented 1 month ago

prefs.c misses MA_Image, MenuImage("iconify",scr), and the MenuImage() function. menuimage.txt

EDIT1: and the "static int32 mimgsize = 24;" (and the read from ENV/ENVARC of MenuImageSize variable")

javierdlr commented 1 month ago

and updated prefs source to use menu images sdlPrefs.zip

samo790 commented 1 month ago

Thanks!