comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/image/PngPlteChunk.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
20 import org.eclipse.swt.graphics.RGB; 20 import org.eclipse.swt.graphics.RGB;
21 import org.eclipse.swt.internal.image.PngChunk; 21 import org.eclipse.swt.internal.image.PngChunk;
22 import org.eclipse.swt.internal.image.PngFileReadState; 22 import org.eclipse.swt.internal.image.PngFileReadState;
23 import org.eclipse.swt.internal.image.PngIhdrChunk; 23 import org.eclipse.swt.internal.image.PngIhdrChunk;
24 24
25 import tango.text.convert.Format;
26 25
27 class PngPlteChunk : PngChunk { 26 class PngPlteChunk : PngChunk {
28 27
29 int paletteSize; 28 int paletteSize;
30 29