comparison dwt/browser/WebBrowser.d @ 126:38807a925e24

Fixed compile errors, support for SWT language files
author Jacob Carlborg <doob@me.com>
date Fri, 16 Jan 2009 23:35:40 +0100
parents 5583f8eeee6c
children
comparison
equal deleted inserted replaced
125:5583f8eeee6c 126:38807a925e24
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, DWT.ALT], 45 [18, DWT.ALT],
46 [16, DWT.SHIFT], 46 [16, DWT.SHIFT],
47 [17, DWT.CONTROL], 47 [17, DWT.CONTROL],
48 [224, DWT.COMMAND], 48 [224, DWT.COMMAND],