2003/09/15 10:22:31
[org.ibex.core.git] / src / org / xwt / plat / Solaris.java
diff --git a/src/org/xwt/plat/Solaris.java b/src/org/xwt/plat/Solaris.java
new file mode 100644 (file)
index 0000000..65f9e67
--- /dev/null
@@ -0,0 +1,8 @@
+// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+package org.xwt.plat;
+
+import org.xwt.*;
+
+/** Solaris with an X11 display */
+public abstract class Solaris extends X11 {
+}