diff dwt/widgets/Control.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents c74ba20de292
children ad4e1fe71a5a
line wrap: on
line diff
--- a/dwt/widgets/Control.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/widgets/Control.d	Thu Jan 15 23:08:54 2009 +0100
@@ -2565,10 +2565,10 @@
 //  redrawWidget (handle, false);
 }
 
-void setBackground (float [] color) {
+void setBackground (Carbon.CGFloat [] color) {
 }
 
-void setBackground (int control, float [] color) {
+void setBackground (int control, Carbon.CGFloat [] color) {
 //  ControlFontStyleRec fontStyle = new ControlFontStyleRec ();
 //  OS.GetControlData (control, cast(short) OS.kControlEntireControl, OS.kControlFontStyleTag, ControlFontStyleRec.sizeof, fontStyle, null);
 //  if (color !is null) {