diff doodle/gtk/cairo_canvas.d @ 92:a98116479793

Removed GL support. Improved grid.
author daveb
date Fri, 20 Aug 2010 18:34:32 +0930
parents 42766e14534e
children a274d16ab6ce
line wrap: on
line diff
--- a/doodle/gtk/cairo_canvas.d	Thu Aug 19 18:28:18 2010 +0930
+++ b/doodle/gtk/cairo_canvas.d	Fri Aug 20 18:34:32 2010 +0930
@@ -144,7 +144,7 @@
 
         // IViewport overrides:
 
-        void zoomRelative(in Point screenDatum, in double factor) {
+        void zoomRelative(in double factor, in Point screenDatum) {
             _screenModel.zoomRelative(factor, screenDatum);
             consolidateBounds;
             updateAdjustments;