diff doodle/dia/grid_layer.d @ 73:6f2525e170f2

Cairo/OpenGL checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 01:02:15 +0930
parents 0e61702c6ea6
children c03ed75c0f8e
line wrap: on
line diff
--- a/doodle/dia/grid_layer.d	Sun Aug 15 00:30:03 2010 +0930
+++ b/doodle/dia/grid_layer.d	Sun Aug 15 01:02:15 2010 +0930
@@ -5,7 +5,7 @@
 }
 
 private {
-    import doodle.cairo.routines;
+    import doodle.tk.cairo;
     import std.math;
     import std.stdio;
 }