From be2d711e27133f883605d804cf23cf83bd258370 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:53:01 +0000 Subject: [PATCH] 2003/02/25 21:37:13 darcs-hash:20040130065301-2ba56-587c839e7d4510940909c9e01009a0c855066cc5.gz --- src/org/xwt/plat/GCJ.xml | 113 ------------------------------------------- src/org/xwt/plat/Java12.xml | 18 ------- src/org/xwt/plat/Linux.cc | 1 + src/org/xwt/plat/Linux.xml | 19 -------- src/org/xwt/plat/POSIX.cc | 2 + src/org/xwt/plat/PalmOS.xml | 18 ------- src/org/xwt/plat/Win32.cc | 2 + src/org/xwt/plat/Win32.xml | 22 --------- src/org/xwt/plat/X11.cc | 2 + 9 files changed, 7 insertions(+), 190 deletions(-) delete mode 100644 src/org/xwt/plat/GCJ.xml create mode 100644 src/org/xwt/plat/Linux.cc delete mode 100644 src/org/xwt/plat/Linux.xml delete mode 100644 src/org/xwt/plat/PalmOS.xml delete mode 100644 src/org/xwt/plat/Win32.xml diff --git a/src/org/xwt/plat/GCJ.xml b/src/org/xwt/plat/GCJ.xml deleted file mode 100644 index 66761d5..0000000 --- a/src/org/xwt/plat/GCJ.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/org/xwt/plat/Java12.xml b/src/org/xwt/plat/Java12.xml index f36c239..a6990f1 100644 --- a/src/org/xwt/plat/Java12.xml +++ b/src/org/xwt/plat/Java12.xml @@ -1,21 +1,3 @@ - - - - - - - - - - - - - - - - - - diff --git a/src/org/xwt/plat/Linux.cc b/src/org/xwt/plat/Linux.cc new file mode 100644 index 0000000..fcc28b7 --- /dev/null +++ b/src/org/xwt/plat/Linux.cc @@ -0,0 +1 @@ +#include "X11.cc" diff --git a/src/org/xwt/plat/Linux.xml b/src/org/xwt/plat/Linux.xml deleted file mode 100644 index c8f61db..0000000 --- a/src/org/xwt/plat/Linux.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - bin-Linux/xwt.linux - - - diff --git a/src/org/xwt/plat/POSIX.cc b/src/org/xwt/plat/POSIX.cc index 87c7b3d..a34d202 100644 --- a/src/org/xwt/plat/POSIX.cc +++ b/src/org/xwt/plat/POSIX.cc @@ -23,6 +23,8 @@ #include #include +#include "GCJ.cc" + jstring org::xwt::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1]; diff --git a/src/org/xwt/plat/PalmOS.xml b/src/org/xwt/plat/PalmOS.xml deleted file mode 100644 index 78996c1..0000000 --- a/src/org/xwt/plat/PalmOS.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/src/org/xwt/plat/Win32.cc b/src/org/xwt/plat/Win32.cc index 67ba8b3..240b39a 100644 --- a/src/org/xwt/plat/Win32.cc +++ b/src/org/xwt/plat/Win32.cc @@ -37,6 +37,8 @@ #include #include +#include "GCJ.cc" + #define WM_USER_SETCURSOR WM_USER #define WM_USER_DISPOSE (WM_USER + 1) #define WM_USER_CREATEWINDOW (WM_USER + 2) diff --git a/src/org/xwt/plat/Win32.xml b/src/org/xwt/plat/Win32.xml deleted file mode 100644 index dad696e..0000000 --- a/src/org/xwt/plat/Win32.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index 9fd2ac3..684f3bb 100644 --- a/src/org/xwt/plat/X11.cc +++ b/src/org/xwt/plat/X11.cc @@ -35,6 +35,8 @@ #include #include +#include "POSIX.cc" + // static (per-xserver) data static Visual* visual; static Colormap s_colormap; -- 1.7.10.4