b2918013512b1604a346d8a7725d5ac1d25fd236
[org.ibex.core.git] / src / org / xwt / plat / Linux.java
1 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.xwt.plat;
3
4 import org.xwt.*;
5
6 /** Linux with an X11 display */
7 public abstract class Linux extends X11 {
8 }