GUACAMOLE-262: Merge workaround for bug in upstream handling of VNC "truecolor" flag.

This commit is contained in:
Michael Jumper 2017-04-03 15:45:55 -07:00
commit 37fe3548de

View File

@ -153,6 +153,7 @@ void guac_vnc_copyrect(rfbClient* client, int src_x, int src_y, int w, int h, in
}
void guac_vnc_set_pixel_format(rfbClient* client, int color_depth) {
client->format.trueColour = 1;
switch(color_depth) {
case 8:
client->format.depth = 8;