Skip to content

session-rdp: Fix byte order for frames on big-endian machines

Pascal Nowack requested to merge pnowack/gnome-remote-desktop:big-endian into master

Quoting the commit message here:

gnome-remote-desktop currently assumes, that the byte order for frames
is always BGRX, regardless of the machine type. While for little endian
machines, this is true, but on big endian machines, the frame type is
XRGB. So, fix this accordingly.

Closes: https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/issues/191

The change itself was already tested as mentioned here: #191 (comment 2059029)

Merge request reports