diff options
author | Grant Gayed | 2004-09-13 20:58:46 +0000 |
---|---|---|
committer | Grant Gayed | 2004-09-13 20:58:46 +0000 |
commit | c8b6414012eef8088b8bfa78d345c6a387090f86 (patch) | |
tree | 0502f7bdcdf58b3c7361b1e204a93273e86bf370 /bundles/org.eclipse.swt.opengl/motif/library/structs.h | |
parent | 6c445fa40117628797fe24caaee84df89d66fbda (diff) | |
download | eclipse.platform.swt-c8b6414012eef8088b8bfa78d345c6a387090f86.tar.gz eclipse.platform.swt-c8b6414012eef8088b8bfa78d345c6a387090f86.tar.xz eclipse.platform.swt-c8b6414012eef8088b8bfa78d345c6a387090f86.zip |
*** keyword substitution change ***
Diffstat (limited to 'bundles/org.eclipse.swt.opengl/motif/library/structs.h')
-rw-r--r-- | bundles/org.eclipse.swt.opengl/motif/library/structs.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/structs.h b/bundles/org.eclipse.swt.opengl/motif/library/structs.h index 80791498e6..4121f7f488 100644 --- a/bundles/org.eclipse.swt.opengl/motif/library/structs.h +++ b/bundles/org.eclipse.swt.opengl/motif/library/structs.h @@ -1,16 +1,16 @@ -/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-#include <X11/X.h>
-#include <X11/Xutil.h>
-
-XVisualInfo *getXVisualInfoFields(JNIEnv *env, jobject lpObject, XVisualInfo *lpStruct);
-void setXVisualInfoFields(JNIEnv *env, jobject lpObject, XVisualInfo *lpStruct);
-
+/******************************************************************************* + * Copyright (c) 2000, 2003 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +#include <X11/X.h> +#include <X11/Xutil.h> + +XVisualInfo *getXVisualInfoFields(JNIEnv *env, jobject lpObject, XVisualInfo *lpStruct); +void setXVisualInfoFields(JNIEnv *env, jobject lpObject, XVisualInfo *lpStruct); + |