Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / mod_filter / halftone.h
index 43d83d0..c75df2c 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \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
@@ -47,7 +48,7 @@ class Halftone
 public:
 
        int type;
-       synfig::Point offset;
+       synfig::Point origin;
        synfig::Vector size;
        synfig::Angle angle;