2003/09/15 10:22:31
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:35:33 +0000 (07:35 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:35:33 +0000 (07:35 +0000)
darcs-hash:20040130073533-2ba56-2ed6af13b673406837dbfb23599ef8eacc1fe893.gz

src/org/xwt/plat/Solaris.java [new file with mode: 0644]

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 {
+}