Merge 0.9.12-incubating changes back to master.

This commit is contained in:
James Muehlner 2017-03-01 09:43:39 -08:00
commit da7b77d2ec

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;