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

Cairo/OpenGL checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 01:02:15 +0930
parents c63719604adb
children c03ed75c0f8e
comparison
equal deleted inserted replaced
72:5cc2de64f6d0 73:6f2525e170f2
3 public { 3 public {
4 import doodle.dia.icanvas; 4 import doodle.dia.icanvas;
5 } 5 }
6 6
7 private { 7 private {
8 import doodle.cairo.routines; 8 import doodle.tk.cairo;
9 } 9 }
10 10
11 class PageLayer : Layer, IPage { 11 class PageLayer : Layer, IPage {
12 this(in string name = "Page") { 12 this(in string name = "Page") {
13 super(name); 13 super(name);