summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2004-05-28 14:42:20 +0000
committerSilenio Quarti <silenio>2004-05-28 14:42:20 +0000
commita495e54ad57f77620111abc0a422692d1f6589ef (patch)
tree44d9aac1f9204d6e95fe8b38d739933ba52058bb
parenta7f714dc4705401350b632c8e1317b4aaefd821b (diff)
downloadeclipse.platform.swt-a495e54ad57f77620111abc0a422692d1f6589ef.tar.gz
eclipse.platform.swt-a495e54ad57f77620111abc0a422692d1f6589ef.tar.xz
eclipse.platform.swt-a495e54ad57f77620111abc0a422692d1f6589ef.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
index f0e0466b35..e39131767b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
@@ -1300,7 +1300,7 @@ void setWindowVisible (boolean visible) {
int [] scope = new int [1];
if ((style & SWT.ON_TOP) != 0) {
OS.GetWindowActivationScope (shellHandle, scope);
- OS.SetWindowActivationScope (shellHandle, OS.kWindowActivationScopeNone);
+ OS.SetWindowActivationScope (shellHandle, OS.kWindowActivationScopeNone);
}
int shellHandle = this.shellHandle;
OS.RetainWindow (shellHandle);
@@ -1315,7 +1315,7 @@ void setWindowVisible (boolean visible) {
}
}
} else {
- OS.HideWindow (shellHandle);
+ OS.HideWindow (shellHandle);
int topHandle = topHandle ();
OS.SetControlVisibility (topHandle, false, false);
invalidateVisibleRegion (topHandle);