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:
parent
e35eafebba
commit
b9b26cba03
@ -436,7 +436,7 @@ update_xwayland_allow_byte_swapped_clients (MetaSettings *settings)
|
||||
{
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user