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/PhCursorInfo_t.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorInfo_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/PhCursorInfo_t.java b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorInfo_t.java
deleted file mode 100644
index ad22c1e0ee..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PhCursorInfo_t.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.eclipse.swt.internal.photon;
-
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved
- */
-
-public class PhCursorInfo_t {
-// PhPoint_t pos;
- public short pos_x;
- public short pos_y;
- public int region;
- public int ig_region;
- public int color;
-// PhPoint_t last_press;
- public short last_press_x;
- public short last_press_y;
- public int msec;
-// PhPoint_t steady;
- public int steady_x;
- public int steady_y;
- public int dragger;
-// PhRect_t drag_boundary;
- public short drag_boundary_xUL;
- public short drag_boundary_yUL;
- public short drag_boundary_xLR;
- public short drag_boundary_yLR;
- public int phantom_rid;
- public short type;
- public short ig;
- public short button_state;
- public byte click_count;
- public byte zero10, zero11,zero12;
- public int key_mods;
- public int zero2;
- public static final int sizeof = 60;
-
-}

Back to the top