X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_navigator.h;h=34e564c7a1588bc0e0601ea8538cbc63bacb398e;hb=6f28bee2a11612b1b1ece247dd4914dab4931a30;hp=94c145ce661a99bbfc1c758638f0a01ff2572c47;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_navigator.h b/synfig-studio/trunk/src/gtkmm/dock_navigator.h index 94c145c..34e564c 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_navigator.h +++ b/synfig-studio/trunk/src/gtkmm/dock_navigator.h @@ -1,28 +1,29 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file dock_navigator.h ** \brief Navigator Dock Header ** ** $Id: dock_navigator.h,v 1.3 2005/01/12 00:31:11 darco Exp $ ** ** \legal -** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. ** \endlegal */ /* ========================================================================= */ /* === S T A R T =========================================================== */ -#ifndef __SINFG_DOCK_NAVIGATOR_H -#define __SINFG_DOCK_NAVIGATOR_H +#ifndef __SYNFIG_DOCK_NAVIGATOR_H +#define __SYNFIG_DOCK_NAVIGATOR_H /* === H E A D E R S ======================================================= */ #include "sigc++/signal.h" @@ -32,7 +33,7 @@ #include #include -#include +#include #include "canvasview.h" #include "dock_canvasspecific.h" @@ -69,7 +70,7 @@ class Widget_NavView : public Gtk::Table //asyncronous rendering stuff etl::handle renderer; - etl::smart_ptr surface; + etl::smart_ptr surface; bool rendering; //drawing functionality