Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-09-13 20:58:46 +0000
committerGrant Gayed2004-09-13 20:58:46 +0000
commitc8b6414012eef8088b8bfa78d345c6a387090f86 (patch)
tree0502f7bdcdf58b3c7361b1e204a93273e86bf370 /bundles/org.eclipse.swt.opengl/motif/library/structs.h
parent6c445fa40117628797fe24caaee84df89d66fbda (diff)
downloadeclipse.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.h32
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);
+

Back to the top