blob: a9c92b492b6416e3c4f87684fdf62a3afd8e6666 [file] [log] [blame]
package org.eclipse.swt.internal.motif;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class XCharStruct {
public short lbearing;
public short rbearing;
public short width;
public short ascent;
public short descent;
public short attributes;
public static final int sizeof = 12;
}