rockbox/apps/gui/skin_engine
Aidan MacDonald 6b8c94a6e3 Fix some non-portable alignment values
UBSan reports an avalanche of unaligned pointer bugs stemming from
hardcoded 4-byte alignments used in certain places. Use sizeof(long)
instead to align to the machine word size.

Change-Id: I28e505212462c5268afa24e95df3a103ac3e2213
2022-05-02 15:38:48 +01:00
..
skin_backdrops.c skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_display.c Fix multiple potential null pointer dereferencess 2020-10-28 08:42:49 -04:00
skin_display.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
skin_engine.c skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_engine.h skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_parser.c Fix some non-portable alignment values 2022-05-02 15:38:48 +01:00
skin_render.c Skin_engine optimize element switches 2020-11-13 19:14:56 +00:00
skin_tokens.c touchscreen: change odd sentinel value for time of last touch 2021-11-21 20:26:20 +00:00
skin_touchsupport.c Touchscreen: adjust how bar padding is handled 2021-06-22 21:37:02 +01:00
wps_internals.h Touchscreen: adjust how bar padding is handled 2021-06-22 21:37:02 +01:00