diff options
author | Alexander Larsson <alexl@redhat.com> | 2018-03-20 15:14:10 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2018-03-20 15:14:10 +0100 |
commit | 3dce0dcca705c4ab6d8c4f5067db93947184b6af (patch) | |
tree | 8de99e5b35abc5242accafb84d0526b08c66b9e7 /gdk/gdkmonitor.c | |
parent | 9a7e721181ce714ab248429dc1258984b9e10748 (diff) | |
download | gtk+-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/gdkmonitor.c')
-rw-r--r-- | gdk/gdkmonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkmonitor.c b/gdk/gdkmonitor.c index b27282ce5f..4b3358e2d7 100644 --- a/gdk/gdkmonitor.c +++ b/gdk/gdkmonitor.c @@ -410,7 +410,7 @@ gdk_monitor_get_model (GdkMonitor *monitor) * on very high density outputs this can be a higher value (often 2). * * This can be used if you want to create pixel based data for a - * particular monitor, but most of the time you’re drawing to a window + * particular monitor, but most of the time you’re drawing to a surface * where it is better to use gdk_surface_get_scale_factor() instead. * * Returns: the scale factor |