Changeset 246:fd9c62a2998e for dwt/opengl
- Timestamp:
- 07/01/08 04:15:59 (5 months ago)
- Files:
-
- dwt/opengl/GLCanvas.d (modified) (2 diffs)
- dwt/opengl/GLData.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/opengl/GLCanvas.d
r162 r246 1 1 /******************************************************************************* 2 * Copyright (c) 2000, 200 7IBM Corporation and others.2 * Copyright (c) 2000, 2008 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials 4 4 * are made available under the terms of the Eclipse Public License v1.0 … … 26 26 * GLCanvas is a widget capable of displaying OpenGL content. 27 27 * 28 * @see GLData 29 * @see <a href="http://www.eclipse.org/swt/snippets/#opengl">OpenGL snippets</a> 30 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 31 * 28 32 * @since 3.2 29 33 */ dwt/opengl/GLData.d
r212 r246 1 1 /******************************************************************************* 2 * Copyright (c) 2005, 200 6IBM Corporation and others.2 * Copyright (c) 2005, 2008 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials 4 4 * are made available under the terms of the Eclipse Public License v1.0 … … 22 22 * 23 23 * @see GLCanvas 24 * @see <a href="http://www.eclipse.org/swt/snippets/#opengl">OpenGL snippets</a> 25 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 24 26 * 25 27 * @since 3.2
