summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-12-05 16:36:40 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-12-05 17:18:49 -0500
commit283649b8d784311bc94013c57dff71f48da9f766 (patch)
treee3142d8685e3dc914b37e16ffc8f7fdfe56f3294 /src/wayland/meta-wayland.c
parentfa65c380dbdd79f9849b3c70a5037743f8f88341 (diff)
downloadmutter-283649b8d784311bc94013c57dff71f48da9f766.tar.gz
Support keybindings again, too
Diffstat (limited to 'src/wayland/meta-wayland.c')
-rw-r--r--src/wayland/meta-wayland.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index f67af7e60..a6b24368e 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -215,8 +215,6 @@ meta_wayland_compositor_set_input_focus (MetaWaylandCompositor *compositor,
meta_wayland_keyboard_set_focus (&compositor->seat->keyboard,
surface);
meta_wayland_data_device_set_keyboard_focus (compositor->seat);
-
- clutter_stage_set_key_focus (CLUTTER_STAGE (compositor->stage), window_actor);
}
void