GUI: Icons and IconsAnimation refactoring. Switch assets to new Icon Api (#566)
* GUI: Icons and IconsAnimation refactoring. Switch assets to new Icon API. * Gui: icon and animation draw now do not accept null pointer * Format Sources * Fix no debug build * Furi: stricter checks in memmgr
This commit is contained in:
@@ -65,8 +65,8 @@ typedef struct {
|
||||
/* application data */
|
||||
typedef struct {
|
||||
ViewPort* view_port;
|
||||
Icon* mounted;
|
||||
Icon* fail;
|
||||
const Icon* mounted;
|
||||
const Icon* fail;
|
||||
} SdFsIcon;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user