diff options
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 5c02d7371a..443afed7ba 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -67,8 +67,8 @@ * // where we are drawing are [-RADIUS, RADIUS], [-RADIUS, RADIUS] * // We first center, then change the scale * - * width = gdk_window_get_width (window); - * height = gdk_window_get_height (window); + * width = gdk_surface_get_width (surface); + * height = gdk_surface_get_height (surface); * radius = MIN (width, height) / 2.; * * cairo_translate (cr, |