diff icanvas.d @ 3:7d57cae10805

Renamed geometry2 to geometry
author David Bryant <daveb@acres.com.au>
date Fri, 10 Jul 2009 15:25:48 +0930
parents d6f44347373d
children 8a39b13cd3e6
line wrap: on
line diff
--- a/icanvas.d	Fri Jul 10 15:15:27 2009 +0930
+++ b/icanvas.d	Fri Jul 10 15:25:48 2009 +0930
@@ -1,10 +1,10 @@
 module icanvas;
 
-import tk.geometry2;
+import tk.geometry;
 
 interface ICanvas {
-    void rel_zoom(Point2 screen_datum, double factor);
-    void rel_pan(Vector2 screen_displacement);
+    void rel_zoom(Point screen_datum, double factor);
+    void rel_pan(Vector screen_displacement);
     //void damage();
 }