Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorDef_t.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorDef_t.java38
1 files changed, 0 insertions, 38 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorDef_t.java b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorDef_t.java
deleted file mode 100644
index af0a6cf7ea..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorDef_t.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal.photon;
-
-
-public class PhCursorDef_t {
-// PhRegionDataHdr_t hdr;
- public short hdr_len;
- public short hdr_type;
-// PhPoint_t size1;
- public short size1_x;
- public short size1_y;
-// PhPoint_t offset1;
- public short offset1_x;
- public short offset1_y;
- public int color1;
- public byte bytesperline1;
-// byte zero1; // 3 bytes
-// PhPoint_t size2;
- public short size2_x;
- public short size2_y;
-// PhPoint_t offset2;
- public short offset2_x;
- public short offset2_y;
- public int color2;
- public byte bytesperline2;
-// byte Spare; // 14 bytes
-// byte images; // variable number of bytes
- public static final int sizeof = 47;
-}

Back to the top