text: fix weston key bindings with input methods
Add a struct weston_keyboard, to handle the input method grab. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
ab2b01429e
commit
a75a789fc1
+1
-1
@@ -155,7 +155,7 @@ activate_surface(struct wl_client *client, struct wl_resource *resource,
|
||||
|
||||
if (surface) {
|
||||
weston_surface_activate(surface, seat);
|
||||
notify_keyboard_focus_in(seat, &seat->keyboard.keys,
|
||||
notify_keyboard_focus_in(seat, &seat->keyboard.keyboard.keys,
|
||||
STATE_UPDATE_AUTOMATIC);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user