x11: Notify on surface scale changes

Emit property notification when the surface scale
changes.
This commit is contained in:
Matthias Clasen 2021-01-16 15:21:36 -05:00
parent 187d261400
commit f14762b026

View File

@ -2013,6 +2013,8 @@ _gdk_x11_surface_set_surface_scale (GdkSurface *surface,
surface->height * impl->surface_scale);
gdk_surface_invalidate_rect (surface, NULL);
g_object_notify (G_OBJECT (surface), "scale-factor");
}
void