[mutter/wayland] keyboard: Fix surface focusing
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] keyboard: Fix surface focusing
- Date: Mon, 18 Nov 2013 23:32:10 +0000 (UTC)
commit 1a88176cc0967e17be0e39dfb841831eaebeb07e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Nov 18 16:52:10 2013 -0500
keyboard: Fix surface focusing
Bad rebase...
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 05db151..327189a 100644
--- a/src/wayland/meta-wayland-keyboard.c
+++ b/src/wayland/meta-wayland-keyboard.c
@@ -561,7 +561,7 @@ meta_wayland_keyboard_set_focus (MetaWaylandKeyboard *keyboard,
wl_resource_add_destroy_listener (resource, &keyboard->focus_listener);
keyboard->focus_serial = serial;
- meta_wayland_surface_focused_set (keyboard->focus);
+ meta_wayland_surface_focused_set (surface);
}
keyboard->focus_resource = resource;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]