X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fcheckerboard.h;h=4e40538187c31a1987cfad2941f98fcba7d1b967;hb=4a6b5f2e444558761c4e8afccaa61fb2c58ec593;hp=1b34f99093cd45541aec2c2e8955cfef6e7891f4;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;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 1b34f99..4e40538 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h +++ b/synfig-core/trunk/src/modules/mod_geometry/checkerboard.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file checkerboard.h -** \brief Checkerboard Layer +** \brief Header file for implementation of the "Checkerboard" layer ** ** $Id$ ** @@ -44,7 +44,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;