diff dwt/graphics/GCData.d @ 32:b9226997409c

Ported dwt.graphics.Image*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 12 Sep 2008 13:44:30 +0200
parents 93b13b15f0b1
children 5123b17c98ef
line wrap: on
line diff
--- a/dwt/graphics/GCData.d	Fri Sep 12 12:36:09 2008 +0200
+++ b/dwt/graphics/GCData.d	Fri Sep 12 13:44:30 2008 +0200
@@ -57,7 +57,7 @@
     public int antialias = DWT.DEFAULT;
     public int textAntialias = DWT.DEFAULT;
     public int fillRule = DWT.FILL_EVEN_ODD;
-    public int bitmapDataAddress;
+    public ubyte* bitmapDataAddress;
 
     public Image image;