Fix 1829172: When drawing an outline and a region at the same time, put the outline...
[synfig.git] / synfig-studio / trunk / src / gtkmm / renderer_guides.cpp
index f92753e..09937ec 100644 (file)
@@ -110,7 +110,7 @@ Renderer_Guides::event_vfunc(GdkEvent* event)
                        modifier=Gdk::ModifierType(event->button.state);
                }
 
-               // Make sure we recognise the device
+               // Make sure we recognize the device
                /*if(curr_input_device)
                {
                        if(curr_input_device!=device)
@@ -191,7 +191,7 @@ Renderer_Guides::event_vfunc(GdkEvent* event)
 void
 Renderer_Guides::render_vfunc(
        const Glib::RefPtr<Gdk::Drawable>& drawable,
-       const Gdk::Rectangle& expose_area
+       const Gdk::Rectangle& /*expose_area*/
 )
 {
        assert(get_work_area());