gdk_window_draw_points() - make sure we use the offset points

This commit is contained in:
Alexander Larsson
2008-12-10 14:44:19 +01:00
committed by Alexander Larsson
parent d74d94ce69
commit afc81c9e64

View File

@@ -3021,7 +3021,7 @@ gdk_window_draw_points (GdkDrawable *drawable,
else
{
SETUP_DIRECT_GC_CLIP(gc);
gdk_draw_points (private->impl, gc, points, npoints);
gdk_draw_points (private->impl, gc, new_points, npoints);
RESTORE_DIRECT_GC_CLIP(gc);
}