cc755d15122758e249d2c5dbd0c5a147e64de2c9
[org.ibex.core.git] / src / org / xwt / plat / Darwin.java
1 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.xwt.plat;
3
4 import org.xwt.*;
5
6 /** All Darwin-derived operating systems (Mac OS X, OpenDarwin) */
7 public abstract class Darwin extends X11 {
8 }