diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-14 01:11:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-14 01:11:51 +0000 |
| commit | 424d476f7cd0ccc2def4f14119cd4fc3171d0159 (patch) | |
| tree | ee72ec083b880a8a2beb19e8ba95389c7f79d82c /src/Geometry.h | |
| parent | 24f9448c2efc6daf97a4061cfd6c62da2980c0ad (diff) | |
added first revision of the BestFit placement type.
moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
Diffstat (limited to 'src/Geometry.h')
| -rw-r--r-- | src/Geometry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Geometry.h b/src/Geometry.h index b2454ac6..ab5b8410 100644 --- a/src/Geometry.h +++ b/src/Geometry.h @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef __geometru_h +#ifndef __geometry_h #define __geometry_h class Point{ @@ -99,4 +99,4 @@ public: bool Intersect(const Rect &r) const; }; -#endif // __geomtry_h +#endif // __geometry_h |
