Add my copyright to files I've modified.
[synfig.git] / synfig-studio / trunk / src / gtkmm / preview.cpp
index 0384398..f0d56e1 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -104,7 +105,7 @@ public:
                return false;
        }
 
-       virtual bool start_frame(ProgressCallback *cb=NULL)
+       virtual bool start_frame(ProgressCallback */*cb*/=NULL)
        {
                return true;
        }
@@ -514,7 +515,7 @@ void studio::Widget_Preview::preview_draw()
        draw_area.queue_draw();//on_expose_event();
 }
 
-bool studio::Widget_Preview::redraw(GdkEventExpose *heh)
+bool studio::Widget_Preview::redraw(GdkEventExpose */*heh*/)
 {
        //And render the drawing area
        Glib::RefPtr<Gdk::Pixbuf> pxnew, px = currentbuf;