From 29868b2a05b729ca1563d052d0f5e55ac0dcc558 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 Jan 2021 12:52:06 -0500 Subject: [PATCH] docs: Remove a reference to configure events Those don't exist anymore. --- gdk/gdksurface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index 35c47a3476..5488aa45f7 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -2545,8 +2545,7 @@ gdk_surface_get_frame_clock (GdkSurface *surface) * value can be used to determine whether to use a pixel resource * with higher resolution data. * - * The scale of a surface may change during runtime, if this happens - * a configure event will be sent to the toplevel surface. + * The scale of a surface may change during runtime. * * Returns: the scale factor */