diff options
Diffstat (limited to 'clutter/wayland/clutter-wayland.h')
-rw-r--r-- | clutter/wayland/clutter-wayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/wayland/clutter-wayland.h b/clutter/wayland/clutter-wayland.h index 55b874876..b9ffb1bc4 100644 --- a/clutter/wayland/clutter-wayland.h +++ b/clutter/wayland/clutter-wayland.h @@ -40,7 +40,7 @@ #include <clutter/clutter.h> G_BEGIN_DECLS -struct wl_input_device *clutter_wayland_input_device_get_wl_input_device (ClutterInputDevice *device); +struct wl_seat *clutter_wayland_input_device_get_wl_seat (ClutterInputDevice *device); struct wl_shell_surface *clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage); struct wl_surface *clutter_wayland_stage_get_wl_surface (ClutterStage *stage); G_END_DECLS |