diff options
Diffstat (limited to 'src/compositor.h')
-rw-r--r-- | src/compositor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor.h b/src/compositor.h index f0dbddc..693b723 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -646,7 +646,7 @@ weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec); void weston_seat_init_pointer(struct weston_seat *seat); void -weston_seat_init_keyboard(struct weston_seat *seat); +weston_seat_init_keyboard(struct weston_seat *seat, struct xkb_keymap *keymap); void weston_seat_init_touch(struct weston_seat *seat); |