wayland: Add internal gdk_wayland_seat_set_global_cursor()

This can be used for cases (like DnD) where there isn't necessarily
a grab, but we want a global pointer cursor.
This commit is contained in:
Carlos Garnacho
2016-01-13 20:57:47 +01:00
parent 8d47617623
commit 0747a60129
2 changed files with 20 additions and 2 deletions

View File

@ -264,4 +264,7 @@ EGLSurface gdk_wayland_window_get_egl_surface (GdkWindow *window,
EGLSurface gdk_wayland_window_get_dummy_egl_surface (GdkWindow *window,
EGLConfig config);
void gdk_wayland_seat_set_global_cursor (GdkSeat *seat,
GdkCursor *cursor);
#endif /* __GDK_PRIVATE_WAYLAND_H__ */