comparison dwt/graphics/DeviceData.d @ 30:93b13b15f0b1

Ported a couple of modules in dwt.graphics
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Thu, 11 Sep 2008 23:16:53 +0200
parents 380af2bdd8e5
children db5a898b2119
comparison
equal deleted inserted replaced
29:d408fc12b991 30:93b13b15f0b1
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.graphics.DeviceData; 14 module dwt.graphics.DeviceData;
12 15
13 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
14
15 17
16 public class DeviceData { 18 public class DeviceData {
17 /* 19 /*
18 * Debug fields - may not be honoured 20 * Debug fields - may not be honoured
19 * on some DWT platforms. 21 * on some DWT platforms.
20 */ 22 */
21 public bool debug; 23 public bool debugg;
22 public bool tracking; 24 public bool tracking;
23 public Error [] errors; 25 public Error [] errors;
24 public Object [] objects; 26 public Object [] objects;
25 } 27 }