Mercurial > dillo_port1.3
changeset 1604:afb42f6a5236
copyright more prominent
author | corvid <corvid@lavabit.com> |
---|---|
date | Mon, 08 Mar 2010 20:23:00 +0000 |
parents | a31eecbe5938 |
children | 1dd07874017e |
files | dw/types.cc |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dw/types.cc Mon Mar 08 16:07:57 2010 +0000 +++ b/dw/types.cc Mon Mar 08 20:23:00 2010 +0000 @@ -1,3 +1,7 @@ +// Rectangle::intersectsWith() has code that was derived from gdkrectangle.c. +// gdkrectangle.c bears the notice that GDK, the GIMP Drawing Kit, is +// "Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald". + /* * Dillo Widget * @@ -38,9 +42,6 @@ /** * Return whether this rectangle and otherRect intersect. If yes, * return the intersection rectangle in dest. - * - * \todo The function has been copied from gdktrectangle.c. Is this relevant - * for copyright? */ bool Rectangle::intersectsWith (Rectangle *otherRect, Rectangle *dest) {