]> Pileus Git - ~andy/gtk/commitdiff
gdk_window_draw_points() - make sure we use the offset points
authorAlexander Larsson <alexl@redhat.com>
Wed, 10 Dec 2008 13:44:19 +0000 (14:44 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:14:08 +0000 (10:14 +0200)
gdk/gdkwindow.c

index a561c2d0cb52fb9459a753642ecc73dfcd2bd5f2..de0f463f11e3eaa166b26c6fc59fdba09d08c97f 100644 (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);
     }