[client] spice: update submodule and refactor calls & types

This commit is contained in:
Geoffrey McRae
2021-12-28 22:03:48 +11:00
parent e7fdf7e77a
commit 65ba2e8df9
8 changed files with 48 additions and 48 deletions

View File

@@ -101,7 +101,7 @@ struct AppState
bool useDMA;
bool cbAvailable;
SpiceDataType cbType;
PSDataType cbType;
bool cbChunked;
size_t cbXfer;
struct ll * cbRequestList;
@@ -201,7 +201,7 @@ struct AppParams
struct CBRequest
{
SpiceDataType type;
PSDataType type;
LG_ClipboardReplyFn replyFn;
void * opaque;
};