X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fcheckerboard.h;h=327f2f6bdcf34dc02733a8a4ae29892f29c8dfcc;hb=284f2de6f33ed153630ffda94653a9eea093095e;hp=a212af8f89ae5864f1e29daa4a559415e235ff64;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h b/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h index a212af8..327f2f6 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h +++ b/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h @@ -1,10 +1,13 @@ /* === S Y N F I G ========================================================= */ /*! \file checkerboard.h -** \brief Checkerboard Layer +** \brief Header file for implementation of the "Checkerboard" layer +** +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** +** Copyright (c) 2008 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 ** published by the Free Software Foundation; either version 2 of @@ -42,7 +45,7 @@ class CheckerBoard : public synfig::Layer_Composite, public synfig::Layer_NoDefo SYNFIG_LAYER_MODULE_EXT private: synfig::Color color; - synfig::Point pos; + synfig::Point origin; synfig::Point size; bool point_test(const synfig::Point& x)const;