GUACAMOLE-226: All new layers are fully opaque.

This commit is contained in:
Michael Jumper 2017-03-01 08:45:12 -08:00
parent a808a6b177
commit 72284cfc7c

View File

@ -1211,6 +1211,7 @@ guac_common_surface* guac_common_surface_alloc(guac_client* client,
surface->socket = socket;
surface->layer = layer;
surface->parent = GUAC_DEFAULT_LAYER;
surface->opacity = 0xFF;
surface->width = w;
surface->height = h;