From 1c5e081b446ea1ed9c7e8702a95f69d2333e2061 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:50:16 +0000 Subject: [PATCH] 2002/08/21 21:31:13 darcs-hash:20040130065016-2ba56-b94abbb0aa785969be2757c9ca1fe10e447a2a57.gz --- CHANGES | 2 ++ src/org/xwt/plat/PalmOS.java | 12 ++++++++++++ src/org/xwt/plat/PalmOS.xml | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 src/org/xwt/plat/PalmOS.java create mode 100644 src/org/xwt/plat/PalmOS.xml diff --git a/CHANGES b/CHANGES index 4c85a7f..40149fc 100644 --- a/CHANGES +++ b/CHANGES @@ -386,4 +386,6 @@ 20-Aug megacz Box.java: fixed rounding error +21-Aug megacz PalmOS.java, PalmOS.xml, jump.jar: began work on PalmOS port. + diff --git a/src/org/xwt/plat/PalmOS.java b/src/org/xwt/plat/PalmOS.java new file mode 100644 index 0000000..34f9c12 --- /dev/null +++ b/src/org/xwt/plat/PalmOS.java @@ -0,0 +1,12 @@ +// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +package org.xwt.plat; + +/** Platform class for PalmOS devices */ +public class PalmOS extends Platform { + + public static int PilotMain(int cmd, int cmdBPB, int launchFlags) { + Main.main(new String[] { }); + return 0; + } + +} diff --git a/src/org/xwt/plat/PalmOS.xml b/src/org/xwt/plat/PalmOS.xml new file mode 100644 index 0000000..78996c1 --- /dev/null +++ b/src/org/xwt/plat/PalmOS.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + -- 1.7.10.4