From 4c3612faaf8a1eae4d18c1e85ce8755e32fb0d0c Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:35:33 +0000 Subject: [PATCH] 2003/09/15 10:22:31 darcs-hash:20040130073533-2ba56-2ed6af13b673406837dbfb23599ef8eacc1fe893.gz --- src/org/xwt/plat/Solaris.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 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 index 0000000..65f9e67 --- /dev/null +++ b/src/org/xwt/plat/Solaris.java @@ -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 { +} -- 1.7.10.4