comparison doodle/dia/tool_layer.d @ 73:6f2525e170f2

Cairo/OpenGL checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 01:02:15 +0930
parents eb5436b47d13
children c03ed75c0f8e
comparison
equal deleted inserted replaced
72:5cc2de64f6d0 73:6f2525e170f2
3 public { 3 public {
4 import doodle.dia.tool; 4 import doodle.dia.tool;
5 } 5 }
6 6
7 private { 7 private {
8 import doodle.cairo.routines; 8 import doodle.tk.cairo;
9 import doodle.core.logging; 9 import doodle.core.logging;
10 } 10 }
11 11
12 // This interface is used by the palette 12 // This interface is used by the palette
13 interface IToolStack { 13 interface IToolStack {