summaryrefslogtreecommitdiff
path: root/tests/weston-test.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-04-18 15:25:39 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-05-06 21:40:36 -0400
commit29139d4a45c433fc11a0dcad9fea17916464ec17 (patch)
tree14658bb5c475520de1962efe63fee6d38a1eea92 /tests/weston-test.c
parent2158a889a1b06140d327e1da0873e0b6a4cfaca6 (diff)
downloadweston-29139d4a45c433fc11a0dcad9fea17916464ec17.tar.gz
weston-29139d4a45c433fc11a0dcad9fea17916464ec17.tar.bz2
weston-29139d4a45c433fc11a0dcad9fea17916464ec17.zip
fold wl_keyboard into weston_keyboard
Diffstat (limited to 'tests/weston-test.c')
-rw-r--r--tests/weston-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weston-test.c b/tests/weston-test.c
index 55c5da40..cb7b3d6c 100644
--- a/tests/weston-test.c
+++ b/tests/weston-test.c
@@ -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.keyboard.keys,
+ notify_keyboard_focus_in(seat, &seat->keyboard.keys,
STATE_UPDATE_AUTOMATIC);
}
else {