comparison dwt/graphics/Device.d @ 129:ad4e1fe71a5a

Fixed runtime errors
author Jacob Carlborg <doob@me.com>
date Sun, 18 Jan 2009 18:39:46 +0100
parents 07399639c0c8
children 0ba75290f8ce
comparison
equal deleted inserted replaced
128:07399639c0c8 129:ad4e1fe71a5a
43 import dwt.graphics.Point; 43 import dwt.graphics.Point;
44 import dwt.graphics.Rectangle; 44 import dwt.graphics.Rectangle;
45 import Carbon = dwt.internal.c.Carbon; 45 import Carbon = dwt.internal.c.Carbon;
46 import dwt.internal.objc.cocoa.Cocoa; 46 import dwt.internal.objc.cocoa.Cocoa;
47 import objc = dwt.internal.objc.runtime; 47 import objc = dwt.internal.objc.runtime;
48
49 import tango.io.Stdout;
48 50
49 /** 51 /**
50 * This class is the abstract superclass of all device objects, 52 * This class is the abstract superclass of all device objects,
51 * such as the Display device and the Printer device. Devices 53 * such as the Display device and the Printer device. Devices
52 * can have a graphics context cast(GC) created for them, and they 54 * can have a graphics context cast(GC) created for them, and they