[client] spice: implement full clipboard guest copy support

This commit is contained in:
Geoffrey McRae
2019-02-23 04:24:30 +11:00
parent de0b54ae70
commit 0a2fbe1f7f
5 changed files with 246 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ typedef enum SpiceDataType
SPICE_DATA_PNG,
SPICE_DATA_BMP,
SPICE_DATA_TIFF,
SPICE_DATA_JPG
SPICE_DATA_JPEG
}
SpiceDataType;