summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
diff options
context:
space:
mode:
authorArun Thondapu <arunkumar.thondapu@in.ibm.com>2012-09-28 00:35:39 +0530
committerArun Thondapu <arunkumar.thondapu@in.ibm.com>2012-09-28 18:12:14 +0530
commitb10455c7784bbac9ddf3050dabceefccfa2b645e (patch)
treeca8e419bd746731498b7fe9acfe5fbd3615cc7cf /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
parentd09696dd083310684def500d9edb9cfc5d6dd4ab (diff)
downloadeclipse.platform.swt-b10455c7784bbac9ddf3050dabceefccfa2b645e.tar.gz
eclipse.platform.swt-b10455c7784bbac9ddf3050dabceefccfa2b645e.tar.xz
eclipse.platform.swt-b10455c7784bbac9ddf3050dabceefccfa2b645e.zip
Bug 388528 Fix formatting
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
index 628c2bbd45..9a67d462e0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
@@ -2100,7 +2100,7 @@ public void setVisible (boolean visible) {
mapped = true;
if ((style & mask) != 0) {
- gdk_pointer_ungrab(shellHandle,OS.GDK_CURRENT_TIME);
+ gdk_pointer_ungrab (shellHandle, OS.GDK_CURRENT_TIME);
}
opened = true;
if (!moved) {