blob: df59cb2334cdd9b68c3f87fa3cf0f9365c8f6c35 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.motif;
public class XineramaScreenInfo {
public int screen_number;
public short x_org;
public short y_org;
public short width;
public short height;
public static final int sizeof = 12;
}