From fae0c2bfe95a122de0f165791690dc18928a931c Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 14 Nov 2003 17:21:14 +0000 Subject: Started working on widgets. --- lib/shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/shape.cc') diff --git a/lib/shape.cc b/lib/shape.cc index f566f3d..60e9522 100644 --- a/lib/shape.cc +++ b/lib/shape.cc @@ -104,7 +104,7 @@ void mogltk::fill::insert(int x1, int y1, int x2, int y2) { SWAP(x1, x2); SWAP(y1, y2); } - + dx = x1 - x2; dy = y1 - y2; -- cgit v1.2.3