mirror of
https://github.com/brl/mutter.git
synced 2025-03-12 14:25:07 +00: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)
|
maybe_save_numlock_state (MetaWaylandKeyboard *keyboard)
|
||||||
{
|
{
|
||||||
MetaWaylandXkbInfo *xkb_info = &keyboard->xkb_info;
|
MetaWaylandXkbInfo *xkb_info = &keyboard->xkb_info;
|
||||||
GDesktopKeyboardNumLockState numlock_state;
|
GsdKeyboardNumLockState numlock_state;
|
||||||
int numlock_active;
|
int numlock_active;
|
||||||
|
|
||||||
if (!META_IS_BACKEND_NATIVE (meta_get_backend ()))
|
if (!META_IS_BACKEND_NATIVE (meta_get_backend ()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user