X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=pixbufs.hpp;h=c61735d073ba5f39320fdf0020f602978cab7363;hp=f2be337b74281f1601120aa939613e2329d6d2a6;hb=HEAD;hpb=410c2b9017bc26a7e79269c1f7fc606ad89249bb diff --git a/pixbufs.hpp b/pixbufs.hpp index f2be337..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,