diff dwt/graphics/Color.d @ 34:5123b17c98ef

Ported dwt.events.*, dwt.graphics.GC, Region, dwt.internal.image.*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 14 Sep 2008 01:45:57 +0200
parents d408fc12b991
children db5a898b2119
line wrap: on
line diff
--- a/dwt/graphics/Color.d	Fri Sep 12 13:53:21 2008 +0200
+++ b/dwt/graphics/Color.d	Sun Sep 14 01:45:57 2008 +0200
@@ -21,6 +21,7 @@
 import dwt.graphics.Device;
 import dwt.graphics.Resource;
 import dwt.graphics.RGB;
+import dwt.internal.cocoa.CGFloat;
 
 /**
  * Instances of this class manage the operating system resources that
@@ -47,7 +48,7 @@
      * platforms and should never be accessed from application code.
      * </p>
      */
-    public float[] handle;
+    public CGFloat[] handle;
 
 this(Device device) {
     super(device);