summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkseat-wayland.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-06-28 12:44:22 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-06-28 12:44:22 +0200
commitdfd1372a9be2aa8bab778658cca361ead201cf7c (patch)
treee1f66ebe8f29c02f6fd1d3254f248902a4cca3e4 /gdk/wayland/gdkseat-wayland.h
parentcbbb7604b6e0d66cb5b8b51d4ca28d56f412452d (diff)
downloadgtk+-dfd1372a9be2aa8bab778658cca361ead201cf7c.tar.gz
wayland: Update cursor surface scale when output scale changes
Also update the cursor surfaces of every seat when an output changes scale. This could for example happen when a monitor scale is changed via Settings.
Diffstat (limited to 'gdk/wayland/gdkseat-wayland.h')
-rw-r--r--gdk/wayland/gdkseat-wayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/wayland/gdkseat-wayland.h b/gdk/wayland/gdkseat-wayland.h
index 52c73e22ee..eccc792817 100644
--- a/gdk/wayland/gdkseat-wayland.h
+++ b/gdk/wayland/gdkseat-wayland.h
@@ -41,4 +41,6 @@ struct _GdkWaylandSeatClass
GType gdk_wayland_seat_get_type (void) G_GNUC_CONST;
+void gdk_wayland_seat_update_cursor_scale (GdkWaylandSeat *seat);
+
#endif /* __GDK_WAYLAND_SEAT_H__ */