diff options
Diffstat (limited to 'clients/window.h')
-rw-r--r-- | clients/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/window.h b/clients/window.h index 2491da5..bcb7d62 100644 --- a/clients/window.h +++ b/clients/window.h @@ -375,8 +375,8 @@ input_ungrab(struct input *input); struct widget * input_get_focus_widget(struct input *input); -struct wl_input_device * -input_get_input_device(struct input *input); +struct wl_seat * +input_get_seat(struct input *input); struct wl_data_device * input_get_data_device(struct input *input); |