GUACAMOLE-249: Alpha component must be in highest-order byte.

This commit is contained in:
Michael Jumper 2020-01-03 23:42:34 -08:00
parent 1bc9384ea8
commit 902c5e1bd4

View File

@ -76,7 +76,7 @@ UINT32 guac_rdp_convert_color(rdpContext* context, UINT32 color) {
/* Convert given color to ARGB32 */
return FreeRDPConvertColor(color, guac_rdp_get_pixel_format(depth),
PIXEL_FORMAT_BGRA32, &gdi->palette);
PIXEL_FORMAT_ABGR32, &gdi->palette);
}