diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2018-06-28 12:44:22 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-06-28 12:44:22 +0200 |
commit | dfd1372a9be2aa8bab778658cca361ead201cf7c (patch) | |
tree | e1f66ebe8f29c02f6fd1d3254f248902a4cca3e4 /gdk/wayland/gdkseat-wayland.h | |
parent | cbbb7604b6e0d66cb5b8b51d4ca28d56f412452d (diff) | |
download | gtk+-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.h | 2 |
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__ */ |