blob: 1704e46e6494edefa42f12fc49efa052f604cc0a [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is 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
*/
public class DIBSECTION extends BITMAP {
public int biSize;
public int biWidth;
public int biHeight;
public short biPlanes;
public short biBitCount;
public int biCompression;
public int biSizeImage;
public int biXPelsPerMeter;
public int biYPelsPerMeter;
public int biClrUsed;
public int biClrImportant;
public int dsBitfields0;
public int dsBitfields1;
public int dsBitfields2;
public int dshSection;
public int dsOffset;
public static final int sizeof = 84;
}