mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
ofw pr 4285 ViewStack: Store View by value to save memory
by CookiePLMonster
This commit is contained in:
@@ -31,6 +31,9 @@ struct View {
|
||||
void* context;
|
||||
};
|
||||
|
||||
/** Initialize View (for internal use) */
|
||||
void view_init(View* view);
|
||||
|
||||
/** IconAnimation tie callback */
|
||||
void view_icon_animation_callback(IconAnimation* instance, void* context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user