From fde729c719c431ab993b2e7a3070ef972140bf33 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Tue, 28 May 2013 13:02:04 +0200 Subject: Bug 408895 - fix cocoa compile errors from previous commit --- bundles/org.eclipse.swt/.settings/.api_filters | 17 +++++++++++++++-- .../cocoa/org/eclipse/swt/graphics/GCData.java | 4 +--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/bundles/org.eclipse.swt/.settings/.api_filters b/bundles/org.eclipse.swt/.settings/.api_filters index e2c548b2b2..1ed6052307 100644 --- a/bundles/org.eclipse.swt/.settings/.api_filters +++ b/bundles/org.eclipse.swt/.settings/.api_filters @@ -1,4 +1,5 @@ - + + @@ -605,6 +606,12 @@ + + + + + + @@ -711,6 +718,12 @@ + + + + + + @@ -1383,4 +1396,4 @@ - \ No newline at end of file + diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.java index 5877579780..9d06200713 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.java @@ -30,9 +30,7 @@ public final class GCData { public Device device; public int style, state = -1; - public double[] /*float*/ [] foreground; - - public double[] background; + public double /*float*/ [] foreground, background; public Pattern foregroundPattern; public Pattern backgroundPattern; public Font font; -- cgit