[mutter] wayland: Fix type error



commit 26816470896b763caaa12e019bba7cf39e90021e
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 9 20:28:00 2016 +0200

    wayland: Fix type error
    
    Until the setting is moved to gnome-desktop-schemas, we still use
    our own enum.

 src/wayland/meta-wayland-keyboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-keyboard.c b/src/wayland/meta-wayland-keyboard.c
index 7f267b1..3c726e1 100644
--- a/src/wayland/meta-wayland-keyboard.c
+++ b/src/wayland/meta-wayland-keyboard.c
@@ -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 ()))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]