]> git.decadent.org.uk Git - videolink.git/blobdiff - pixbufs.hpp
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / pixbufs.hpp
index f0b8a26255f112b0bcac73785b992b1e93d3d87e..c61735d073ba5f39320fdf0020f602978cab7363 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2005 Ben Hutchings <ben@decadent.org.uk>.
+// Copyright 2005-6 Ben Hutchings <ben@decadent.org.uk>.
 // 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<Gdk::Pixbuf> old_buf,
                      Glib::RefPtr<Gdk::Pixbuf> new_buf,