comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/widgets/Display.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents ddbfe84d86df
children c01d033c633a
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
164 static int SWT_OBJECT_INDEX2; 164 static int SWT_OBJECT_INDEX2;
165 165
166 /* Modality */ 166 /* Modality */
167 Shell [] modalShells; 167 Shell [] modalShells;
168 Dialog modalDialog; 168 Dialog modalDialog;
169 static final String GET_MODAL_DIALOG = "org.eclipse.swt.internal.gtk.getModalDialog"; //$NON-NLS-1$ 169 static const String GET_MODAL_DIALOG = "org.eclipse.swt.internal.gtk.getModalDialog"; //$NON-NLS-1$
170 static final String SET_MODAL_DIALOG = "org.eclipse.swt.internal.gtk.setModalDialog"; //$NON-NLS-1$ 170 static const String SET_MODAL_DIALOG = "org.eclipse.swt.internal.gtk.setModalDialog"; //$NON-NLS-1$
171 171
172 /* Focus */ 172 /* Focus */
173 int focusEvent; 173 int focusEvent;
174 Control focusControl; 174 Control focusControl;
175 Shell activeShell; 175 Shell activeShell;