summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt
diff options
context:
space:
mode:
authorLakshmi Shanmugam <lshanmug@in.ibm.com>2012-02-01 12:07:31 +0530
committerLakshmi Shanmugam <lshanmug@in.ibm.com>2012-02-01 12:07:31 +0530
commit442b778a907836e56f477706a2d1ac6bfa6d0970 (patch)
tree877be482f172d14c803ffc25d4b8e326b84702d3 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt
parent6a6819c42d1e3be98b1484b2432fe381c3569546 (diff)
downloadeclipse.platform.swt-442b778a907836e56f477706a2d1ac6bfa6d0970.tar.gz
eclipse.platform.swt-442b778a907836e56f477706a2d1ac6bfa6d0970.tar.xz
eclipse.platform.swt-442b778a907836e56f477706a2d1ac6bfa6d0970.zip
Bug 363309-Key events posted with Display.post() do not honor
Shiftkey state
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
index 0ac973f28d..39fc577bf4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
@@ -2486,7 +2486,7 @@ public static final int kCGPathElementMoveToPoint = 0;
public static final int kCGPathStroke = 2;
public static final int kCGScrollEventUnitLine = 1;
public static final int kCGScrollEventUnitPixel = 0;
-public static final int kCGSessionEventTap = 1;
+public static final int kCGHIDEventTap = 0;
public static final int kCGTextFillStroke = 2;
public static final int kCTParagraphStyleSpecifierBaseWritingDirection = 13;
public static final int kCTWritingDirectionLeftToRight = 0;