Merge branch 'ofw-dev' into dev

:(
This commit is contained in:
MX
2023-05-11 17:47:14 +03:00
26 changed files with 244 additions and 343 deletions

View File

@@ -57,6 +57,10 @@ static RpcSystemCallbacks rpc_systems[] = {
.alloc = rpc_system_property_alloc,
.free = NULL,
},
{
.alloc = rpc_desktop_alloc,
.free = rpc_desktop_free,
},
};
struct RpcSession {