Hi. We use guacamole and love it. But we've found, that requested resolution 1366x768 becames 1364x768 in guacamole. Reading sources give me next lines:
/* Round width down to nearest multiple of 4 */ settings->width = settings->width & ~0x3; So, my question why is it implemented in that way? Is there any reason for it?
