GUACAMOLE-268: Merge RDP file size fix.
This commit is contained in:
commit
d3fa5e7fbd
@ -229,7 +229,7 @@ typedef struct guac_rdp_fs_file {
|
||||
/**
|
||||
* The size of this file, in bytes.
|
||||
*/
|
||||
int size;
|
||||
uint64_t size;
|
||||
|
||||
/**
|
||||
* The time this file was created, as a Windows timestamp.
|
||||
|
@ -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