Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 214812
Collapse All | Expand All

(-)Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java (+2 lines)
Lines 3447-3452 Link Here
3447
}
3447
}
3448
3448
3449
int /*long*/ observerProc (int /*long*/ observer, int /*long*/ activity, int /*long*/ info) {
3449
int /*long*/ observerProc (int /*long*/ observer, int /*long*/ activity, int /*long*/ info) {
3450
	if (modalDialog != null) return 0;
3451
	
3450
	switch ((int)/*64*/activity) {
3452
	switch ((int)/*64*/activity) {
3451
		case OS.kCFRunLoopBeforeWaiting:
3453
		case OS.kCFRunLoopBeforeWaiting:
3452
			if (runAsyncMessages) {
3454
			if (runAsyncMessages) {

Return to bug 214812