mutter/src/compositor/plugins
Jonas Ådahl ba38057067 plugins/default: Initialize background color in a predictable manner
The order of which function argument expressions are executed is
undefined, so don't rely on this for setting the background colors, as
it results in different colors on different architectures.

For example, it has been observed that the order of execution is
reversed comparing x86_64 and aarch64, making these two architectures
having different background color.

Fix this confusion, and also reproduceability in future reference tests,
by making the order of execution predictable.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1698>
2021-03-12 15:09:45 +00:00
..
default.c plugins/default: Initialize background color in a predictable manner 2021-03-12 15:09:45 +00:00
meson.build Add meson build support 2018-11-06 18:51:44 +01:00