Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2002-06-19 15:33:28 +0000
committerSilenio Quarti2002-06-19 15:33:28 +0000
commit980e4926239b00f129ef02ab89841588a25fd040 (patch)
tree094b501f1c026dbdd69be4f8fcc178231dc7a3d5 /bundles
parent5570800fa645bff42714c602c181356a5a4234b7 (diff)
downloadeclipse.platform.swt-980e4926239b00f129ef02ab89841588a25fd040.tar.gz
eclipse.platform.swt-980e4926239b00f129ef02ab89841588a25fd040.tar.xz
eclipse.platform.swt-980e4926239b00f129ef02ab89841588a25fd040.zip
20398
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java
index 1fa8eedf3d..371be4c433 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java
@@ -207,6 +207,7 @@ public class OS {
public static final int Pt_CB_TREE_SELECTION = ( 23 * 1000 + 22 );
public static final int Pt_TREE_COLLAPSING = 0;
public static final int Pt_TREE_EXPANDING = 1;
+ public static final int Pt_HOTKEYS_FIRST = 0x00000080;
/*** END MANUALLY ADDED/FIXED ***/
//public static final int Aw_ARG_ONOFF_STATE = ( 5 * 1000 + 1 );

Back to the top