GUACAMOLE-262: Merge workaround for bug in upstream handling of VNC "truecolor" flag.
This commit is contained in:
commit
37fe3548de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user