comparison doodle/dia/icanvas.d @ 91:42766e14534e

Update screenViewBounds when the window is resized
author daveb
date Thu, 19 Aug 2010 18:28:18 +0930
parents 467febed7367
children a98116479793
comparison
equal deleted inserted replaced
90:885914257e0e 91:42766e14534e
50 50
51 interface IGrid { 51 interface IGrid {
52 void zoomChanged(double zoom); 52 void zoomChanged(double zoom);
53 53
54 // TODO inout? 54 // TODO inout?
55 bool snap(in Point a, out Point b) const; 55 bool snap(in Point a, out Point b) const; // XXX remove this and add it to Layer
56 } 56 }
57 57
58 interface IPage { 58 interface IPage {
59 // TODO 59 // TODO
60 } 60 }