comparison doodle/gtk/opengl.d @ 79:535bae7a7305

Checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 23:18:05 +0930
parents 6f2525e170f2
children b759414d2b72
comparison
equal deleted inserted replaced
78:024a5608087f 79:535bae7a7305
3 public { 3 public {
4 import doodle.tk.drawing; 4 import doodle.tk.drawing;
5 } 5 }
6 6
7 /* 7 /*
8 final class OpenGLDrawing : Drawing { 8 final class OpenGLDrawing : Drawable {
9
10 // Drawing overrides:
11
12 void setLineStyle(LineStyle style) {
13 }
9 } 14 }
10 */ 15 */