comparison snippets/opengl/Snippet174.d @ 120:1f0a7a472680

fix rm snippets from module statements.
author Frank Benoit <benoit@tionex.de>
date Sun, 20 Jul 2008 19:17:23 +0200
parents 4a04b6759f98
children
comparison
equal deleted inserted replaced
119:9a1be6ff19a2 120:1f0a7a472680
9 * Sebastian Davids - initial implementation 9 * Sebastian Davids - initial implementation
10 * IBM Corporation 10 * IBM Corporation
11 * Port to the D programming language: 11 * Port to the D programming language:
12 * Bill Baxter <bill@billbaxter.com> 12 * Bill Baxter <bill@billbaxter.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module snippets.opengl.Snippet174; 14 module opengl.Snippet174;
15 15
16 /* 16 /*
17 * SWT OpenGL snippet: draw a square 17 * SWT OpenGL snippet: draw a square
18 * 18 *
19 * This snippet requires the experimental org.eclipse.swt.opengl plugin, which 19 * This snippet requires the experimental org.eclipse.swt.opengl plugin, which