[client] spice: initialize new surfaces to black

This commit is contained in:
Geoffrey McRae
2022-05-24 00:17:08 +10:00
parent b2221b114e
commit faae785c44
2 changed files with 13 additions and 0 deletions

View File

@@ -885,6 +885,7 @@ static void spice_surfaceCreate(unsigned int surfaceId, PSSurfaceFormat format,
core_updatePositionInfo();
renderQueue_spiceConfigure(width, height);
renderQueue_spiceDrawFill(0, 0, width, height, 0x0);
}
static void spice_surfaceDestroy(unsigned int surfaceId)