comparison doodle/gtk/opengl.d @ 80:b759414d2b72

Switched from cairo to Drawable abstraction
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 23:43:04 +0930
parents 535bae7a7305
children cdd4fc728d94
comparison
equal deleted inserted replaced
79:535bae7a7305 80:b759414d2b72
1 module doodle.gtk.opengl; 1 module doodle.gtk.opengl;
2 2
3 public { 3 public {
4 import doodle.tk.drawing; 4 import doodle.tk.drawable;
5 } 5 }
6 6
7 /* 7 /*
8 final class OpenGLDrawing : Drawable { 8 final class OpenGLDrawing : Drawable {
9 9