settings: Use appropriate type for xwayland-allow-byte-swapped-clients

The key "xwayland-allow-byte-swapped-clients" is of type boolean, it's
not a flag.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3156>
This commit is contained in:
Olivier Fourdan 2023-08-07 15:30:05 +02:00 committed by Marge Bot
parent e35eafebba
commit b9b26cba03

View File

@ -436,8 +436,8 @@ update_xwayland_allow_byte_swapped_clients (MetaSettings *settings)
{ {
settings->xwayland_allow_byte_swapped_clients = settings->xwayland_allow_byte_swapped_clients =
g_settings_get_flags (settings->wayland_settings, g_settings_get_boolean (settings->wayland_settings,
"xwayland-allow-byte-swapped-clients"); "xwayland-allow-byte-swapped-clients");
} }
static void static void