comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/PaintObjectEvent.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
66 /** 66 /**
67 * the bullet index 67 * the bullet index
68 */ 68 */
69 public int bulletIndex; 69 public int bulletIndex;
70 70
71 static final long serialVersionUID = 3906081274027192855L; 71 static const long serialVersionUID = 3906081274027192855L;
72 72
73 /** 73 /**
74 * Constructs a new instance of this class based on the 74 * Constructs a new instance of this class based on the
75 * information in the given event. 75 * information in the given event.
76 * 76 *