Rename all 'pos' parameters to 'origin'.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / xorpattern.h
index b2d33e1..22d5a7d 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file xorpattern.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "XOR Pattern" layer
 **
 **     $Id$
 **
@@ -51,7 +51,7 @@ class XORPattern : public synfig::Layer_Composite, public synfig::Layer_NoDeform
 
 private:
 
-       Point pos;
+       Point origin;
        Point size;
 
 public: