mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix a segfault. (#115284, Jan Kratochvil)
2003-08-08 Matthias Clasen <maclas@gmx.de> * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284, Jan Kratochvil)
This commit is contained in:
parent
ad24b9cad6
commit
699e1c74ef
@ -1,3 +1,8 @@
|
||||
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
|
||||
Jan Kratochvil)
|
||||
|
||||
2003-08-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event): Print also the root
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
|
||||
Jan Kratochvil)
|
||||
|
||||
2003-08-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event): Print also the root
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
|
||||
Jan Kratochvil)
|
||||
|
||||
2003-08-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event): Print also the root
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
|
||||
Jan Kratochvil)
|
||||
|
||||
2003-08-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event): Print also the root
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
|
||||
Jan Kratochvil)
|
||||
|
||||
2003-08-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (print_event): Print also the root
|
||||
|
@ -1715,10 +1715,6 @@ gdk_region_spans_intersect_foreach (GdkRegion *region,
|
||||
if ((!region->numRects) || (n_spans == 0))
|
||||
return;
|
||||
|
||||
y = span->y;
|
||||
left = span->x;
|
||||
right = span->x + span->width; /* right is not in the span! */
|
||||
|
||||
/* The main method here is to step along the
|
||||
* sorted rectangles and spans in lock step, and
|
||||
* clipping the spans that are in the current
|
||||
|
Loading…
Reference in New Issue
Block a user