diff -r 99a93a9250c4 -r 059cba080ab4 ui/common/object.h --- a/ui/common/object.h Sun Oct 06 12:08:40 2024 +0200 +++ b/ui/common/object.h Mon Oct 07 23:26:30 2024 +0200 @@ -36,6 +36,7 @@ #endif UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget); +UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget); void uic_obj_add(UiObject *toplevel, UiObject *ctobj); UiObject* uic_current_obj(UiObject *toplevel);