mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
wayland: Fix type error
Until the setting is moved to gnome-desktop-schemas, we still use our own enum.
This commit is contained in:
parent
4c106a9c9b
commit
2681647089
@ -413,7 +413,7 @@ static void
|
||||
maybe_save_numlock_state (MetaWaylandKeyboard *keyboard)
|
||||
{
|
||||
MetaWaylandXkbInfo *xkb_info = &keyboard->xkb_info;
|
||||
GDesktopKeyboardNumLockState numlock_state;
|
||||
GsdKeyboardNumLockState numlock_state;
|
||||
int numlock_active;
|
||||
|
||||
if (!META_IS_BACKEND_NATIVE (meta_get_backend ()))
|
||||
|
Loading…
Reference in New Issue
Block a user