comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/WebBrowser.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 f713da8bc051
children
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
38 38
39 static Runnable MozillaClearSessions; 39 static Runnable MozillaClearSessions;
40 static Runnable NativeClearSessions; 40 static Runnable NativeClearSessions;
41 41
42 /* Key Mappings */ 42 /* Key Mappings */
43 static final int [][] KeyTable = [ 43 static const int [][] KeyTable = [
44 /* Keyboard and Mouse Masks */ 44 /* Keyboard and Mouse Masks */
45 [18, SWT.ALT], 45 [18, SWT.ALT],
46 [16, SWT.SHIFT], 46 [16, SWT.SHIFT],
47 [17, SWT.CONTROL], 47 [17, SWT.CONTROL],
48 [224, SWT.COMMAND], 48 [224, SWT.COMMAND],