GUACAMOLE-226: Merge default layer opacity fix.

This commit is contained in:
James Muehlner 2017-03-01 09:42:40 -08:00
commit de9b8d6d2c

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;