simplify name alloctors in rd/ctrl layers; port panel-closure path

This commit is contained in:
Ryan Fleury
2025-02-17 12:05:51 -08:00
parent dc79b82991
commit 72869bc73b
7 changed files with 263 additions and 210 deletions
@@ -99,6 +99,14 @@ ev_type_key_and_mode_is_expandable(E_TypeKey type_key, E_Mode mode)
{
result = 1;
}
if(kind == E_TypeKind_Ptr)
{
E_Type *type = e_type_from_key__cached(t);
if(type->count > 1)
{
result = 1;
}
}
}
return result;
}