1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore(img): keep the .reserved element for backward compatibility

This commit is contained in:
Gabor Kiss-Vamosi 2023-09-01 01:04:29 +02:00
parent fb9c86e937
commit fd0ebf01e6

View File

@ -67,7 +67,7 @@ typedef struct {
uint32_t format: 8; /*Image format? To be defined by LVGL*/
uint32_t user: 8;
uint32_t reserved_1: 16; /*Reserved to be used later*/
uint32_t reserved: 16; /*Reserved to be used later*/
uint32_t w: 16;
uint32_t h: 16;