X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=pixbufs.hpp;h=c61735d073ba5f39320fdf0020f602978cab7363;hp=f0b8a26255f112b0bcac73785b992b1e93d3d87e;hb=HEAD;hpb=c5f98ff303d670f72a5d491a5f4e1989d2043219 diff --git a/pixbufs.hpp b/pixbufs.hpp index f0b8a26..c61735d 100644 --- a/pixbufs.hpp +++ b/pixbufs.hpp @@ -1,4 +1,4 @@ -// Copyright 2005 Ben Hutchings . +// Copyright 2005-6 Ben Hutchings . // See the file "COPYING" for licence details. #ifndef INC_PIXBUFS_HPP @@ -15,9 +15,9 @@ namespace Gdk // (or RGBA, but the alpha component will be ignored) and copy the // differing pixels from the new one to a third RGBA Pixbuf at the // specified offset with full opacity. -// The width and height of the old and new Pixbufs must be equal -// and match the specified dimensions. The width and height of -// the third Pixbuf must be large enough to store a rectangle of +// The width and height of the new Pixbufs must be equal and match +// the specified dimensions. The width and height of the old and +// third Pixbuf must be large enough to store a rectangle of // those dimensions at the specified offset. void diff_rgb_pixbufs(Glib::RefPtr old_buf, Glib::RefPtr new_buf,