comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Cursor.d @ 42:63aa48e5430f

Workaround DMD 2.026 hanging
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 16:13:14 +0100
parents d46287db17ed
children
comparison
equal deleted inserted replaced
41:a9c9a97b3d82 42:63aa48e5430f
73 bool isIcon; 73 bool isIcon;
74 74
75 /** 75 /**
76 * data used to create a HAND cursor. 76 * data used to create a HAND cursor.
77 */ 77 */
78 static const byte[] HAND_SOURCE = [ 78 static /+const+/ byte[] HAND_SOURCE = [
79 cast(byte)0xf9,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 79 cast(byte)0xf9,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
80 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 80 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
81 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 81 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
82 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 82 cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
83 cast(byte)0xf0,cast(byte)0x3f,cast(byte)0xff,cast(byte)0xff, 83 cast(byte)0xf0,cast(byte)0x3f,cast(byte)0xff,cast(byte)0xff,
110 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 110 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
111 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 111 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
112 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff, 112 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
113 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff 113 cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff
114 ]; 114 ];
115 static const byte[] HAND_MASK = [ 115 static /+const+/ byte[] HAND_MASK = [
116 cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00, 116 cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
117 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00, 117 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
118 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00, 118 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
119 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00, 119 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
120 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00, 120 cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,