*** empty log message ***
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
index 44e083d..ff0afe5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
@@ -138,12 +138,12 @@
 	static final int GROW_SIZE = 1024;
 	static final int SWT0 = ('s'<<24) + ('w'<<16) + ('t'<<8) + '0';
 	
-	/* Focus */
+	/* Focus and Activation */
+	Shell activeShell;
 	int focusEvent;
 	Control focusControl;
 	Combo focusCombo;
 	boolean ignoreFocus;
-	Shell activeShell;
 
 	/* Menus */
 	Menu menuBar;