X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_vector.cpp;h=ad826834206d5ebcd03c72366927c4c745adabc5;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=5a127f0219eb32a3b48d945dea42b4ec6e6682d8;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_vector.cpp b/synfig-studio/trunk/src/gtkmm/widget_vector.cpp index 5a127f0..ad82683 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_vector.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_vector.cpp @@ -2,7 +2,7 @@ /*! \file widget_vector.cpp ** \brief Template File ** -** $Id: widget_vector.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -34,6 +34,8 @@ #include "widget_distance.h" #include "app.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -54,8 +56,8 @@ using namespace studio; Widget_Vector::Widget_Vector(): Gtk::HBox(false, 5), - x_adjustment(0,-100000000,100000000,0.05,0.05,0.05), - y_adjustment(0,-100000000,100000000,0.05,0.05,0.05) + x_adjustment(0,-100000000,100000000,0.05,0.05,0), + y_adjustment(0,-100000000,100000000,0.05,0.05,0) { Gtk::Label *label; @@ -200,7 +202,7 @@ Widget_Vector::on_value_changed() } void -Widget_Vector::set_canvas(Canvas::LooseHandle x) +Widget_Vector::set_canvas(synfig::Canvas::LooseHandle x) { canvas_=x; if(x)