comparison dwt/opengl/GLData.d @ 45:d8635bb48c7c

Merge with SWT 3.5
author Jacob Carlborg <doob@me.com>
date Mon, 01 Dec 2008 17:07:00 +0100
parents 380af2bdd8e5
children 580596d83ac4
comparison
equal deleted inserted replaced
44:ca5e494f2bbf 45:d8635bb48c7c
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2005, 2006 IBM Corporation and others. 2 * Copyright (c) 2005, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
15 /** 15 /**
16 * The GLData class is a device-independent description 16 * The GLData class is a device-independent description
17 * of the pixel format attributes of a GL drawable. 17 * of the pixel format attributes of a GL drawable.
18 * 18 *
19 * @see GLCanvas 19 * @see GLCanvas
20 * @see <a href="http://www.eclipse.org/swt/snippets/#opengl">OpenGL snippets</a>
21 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
20 * 22 *
21 * @since 3.2 23 * @since 3.2
22 */ 24 */
23 25
24 public class GLData { 26 public class GLData {