forked from AuroraMiddleware/gtk
Revert last commit, please don't commit patches without approval, this
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com> * gdk/gdkdraw.c: Revert last commit, please don't commit patches without approval, this isn't the right way to do it.
This commit is contained in:
parent
00a6e3be92
commit
42c1eb9f39
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||||
|
without approval, this isn't the right way to do it.
|
||||||
|
|
||||||
2004-02-16 DindinX <david@dindinx.org>
|
2004-02-16 DindinX <david@dindinx.org>
|
||||||
|
|
||||||
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||||
|
without approval, this isn't the right way to do it.
|
||||||
|
|
||||||
2004-02-16 DindinX <david@dindinx.org>
|
2004-02-16 DindinX <david@dindinx.org>
|
||||||
|
|
||||||
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||||
|
without approval, this isn't the right way to do it.
|
||||||
|
|
||||||
2004-02-16 DindinX <david@dindinx.org>
|
2004-02-16 DindinX <david@dindinx.org>
|
||||||
|
|
||||||
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||||
|
without approval, this isn't the right way to do it.
|
||||||
|
|
||||||
2004-02-16 DindinX <david@dindinx.org>
|
2004-02-16 DindinX <david@dindinx.org>
|
||||||
|
|
||||||
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||||
|
without approval, this isn't the right way to do it.
|
||||||
|
|
||||||
2004-02-16 DindinX <david@dindinx.org>
|
2004-02-16 DindinX <david@dindinx.org>
|
||||||
|
|
||||||
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
|
||||||
|
@ -832,16 +832,6 @@ gdk_draw_segments (GdkDrawable *drawable,
|
|||||||
g_return_if_fail (GDK_IS_GC (gc));
|
g_return_if_fail (GDK_IS_GC (gc));
|
||||||
g_return_if_fail (nsegs >= 0);
|
g_return_if_fail (nsegs >= 0);
|
||||||
|
|
||||||
while (num_segments >= 32000)
|
|
||||||
{
|
|
||||||
GDK_DRAWABLE_GET_CLASS (drawable)->draw_segments (drawable,
|
|
||||||
gc,
|
|
||||||
segs,
|
|
||||||
32000);
|
|
||||||
num_segments -= 32000;
|
|
||||||
segments += 32000;
|
|
||||||
}
|
|
||||||
|
|
||||||
GDK_DRAWABLE_GET_CLASS (drawable)->draw_segments (drawable, gc, segs, nsegs);
|
GDK_DRAWABLE_GET_CLASS (drawable)->draw_segments (drawable, gc, segs, nsegs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user