diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-05-18 22:44:19 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-05-18 22:44:19 +0000 |
commit | 31fa33911342f4a48834c261943ca9d0395b0c25 (patch) | |
tree | e094c3e17c4babd61b9a264e5d64be397c2b7c54 /ChangeLog.pre-2-6 | |
parent | 26b2cbe5aef19a072eec5f6f4979b2dcdc36e781 (diff) | |
download | gdk-pixbuf-31fa33911342f4a48834c261943ca9d0395b0c25.tar.gz |
If a region does not have any rectangles, or if the specified rectangle is
If a region does not have any rectangles, or if the specified rectangle is
not in the region, then return GDK_OVERLAP_RECTANGLE_OUT instead of
GDK_OVERLAP_RECTANGLE_IN.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index afcc0f2d9..dab755fc8 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2000-05-18 Elliot Lee <sopwith@redhat.com> + + * gdk/x11/gdkregion-generic.c: If a region does not have any + rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT + instead of GDK_OVERLAP_RECTANGLE_IN. + 2000-05-17 Jonathan Blandford <jrb@redhat.com> * gtk/gtklayout.c (gtk_layout_map): Remove references to |