ofw pr 4285 ViewStack: Store View by value to save memory

by CookiePLMonster
This commit is contained in:
MX
2025-10-12 03:34:40 +03:00
parent de35de4e58
commit fc34205f97
3 changed files with 32 additions and 28 deletions

View File

@@ -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);