diff dwt/graphics/Font.d @ 60:62202ce0039f

Updated and fixed many modules to 3.514
author Jacob Carlborg <doob@me.com>
date Mon, 22 Dec 2008 15:10:19 +0100
parents cfa563df4fdd
children
line wrap: on
line diff
--- a/dwt/graphics/Font.d	Tue Dec 09 21:52:21 2008 +0100
+++ b/dwt/graphics/Font.d	Mon Dec 22 15:10:19 2008 +0100
@@ -31,7 +31,7 @@
 import dwt.graphics.FontData;
 import dwt.graphics.Point;
 import dwt.graphics.Resource;
-import dwt.internal.cocoa.CGFloat;
+import Carbon = dwt.internal.c.Carbon;
 
 /**
  * Instances of this class manage operating system resources that
@@ -174,7 +174,7 @@
         if (pool !is null) pool.release();
     }
 }
-
+//FIXME: Jacob Carlborg
 /*public*/ this(Device device, String name, float height, int style) {
     super(device);
     init_(name, height, style, null);