blob: 27fe10271da9b8ef5f8ebbdbd0705249c8f0ff62 [file] [log] [blame]
package org.eclipse.swt.graphics;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class DeviceData {
/*
* Debug fields - may not be honoured
* on some SWT platforms.
*/
public boolean debug;
public boolean tracking;
public Error [] errors;
public Object [] objects;
}