summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvs2svn <platform-releng-dev@eclipse.org>2003-04-07 22:02:08 +0000
committercvs2svn <platform-releng-dev@eclipse.org>2003-04-07 22:02:08 +0000
commit528f5173820ff84255a72997051dcf5d15609899 (patch)
treed191db161b184297850897c4f0fe4234fe726ee6
parent2e4c5ce27d7d125fa0c5bb334533d2d486ea9ee9 (diff)
downloadeclipse.platform.swt-528f5173820ff84255a72997051dcf5d15609899.tar.gz
eclipse.platform.swt-528f5173820ff84255a72997051dcf5d15609899.tar.xz
eclipse.platform.swt-528f5173820ff84255a72997051dcf5d15609899.zip
This commit was manufactured by cvs2svn to create branch 'R2_1_maintenance'.
Sprout from master 2003-03-27 23:23:39 UTC Dean Roberts <droberts> 'Javadoc correction' Cherrypick from master 2003-04-07 22:02:07 UTC Silenio Quarti <silenio> '*** empty log message ***': bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java
new file mode 100644
index 0000000000..974b3434da
--- /dev/null
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java
@@ -0,0 +1,20 @@
+/*******************************************************************************
+ * 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
+ *******************************************************************************/
+package org.eclipse.swt.internal.carbon;
+
+
+public class TXNBackground {
+ public int bgType;
+ public short bg_red;
+ public short bg_green;
+ public short bg_blue;
+ public static final int sizof = 10;
+}