summaryrefslogtreecommitdiff
path: root/gdk/gdkpaintable.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-03-20 15:14:10 +0100
committerAlexander Larsson <alexl@redhat.com>2018-03-20 15:14:10 +0100
commit3dce0dcca705c4ab6d8c4f5067db93947184b6af (patch)
tree8de99e5b35abc5242accafb84d0526b08c66b9e7 /gdk/gdkpaintable.c
parent9a7e721181ce714ab248429dc1258984b9e10748 (diff)
downloadgtk+-3dce0dcca705c4ab6d8c4f5067db93947184b6af.tar.gz
GdkSurface: Rename lots of stuff from window->surface
Mostly these are internal things, but the major public change is that event.window is now event.surface.
Diffstat (limited to 'gdk/gdkpaintable.c')
-rw-r--r--gdk/gdkpaintable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpaintable.c b/gdk/gdkpaintable.c
index dd6422654a..378172ff2a 100644
--- a/gdk/gdkpaintable.c
+++ b/gdk/gdkpaintable.c
@@ -165,7 +165,7 @@ gdk_paintable_default_init (GdkPaintableInterface *iface)
* has changed.
*
* Examples for such an event would be a paintable displaying the contents of a toplevel
- * window being resized.
+ * surface being resized.
*
* Since: 4.0
*/