Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 22:56:10 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        Martin Dieringer <dieringe@physik.fu-berlin.de>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Alpha JDK 1.2.2 patchset 7
Message-ID:  <Pine.OSF.4.21.0004282240060.32203-100000@fly.HiWAAY.net>
In-Reply-To: <Pine.OSF.4.10.10004290526000.17109-100000@sirius.physik.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 29 Apr 2000, Martin Dieringer wrote:

# It seems it has problems with drawing Images (drawImage method)
# All demos that use it don't show anything.  that's why swing applets are
# empty also. drawing directly on the canvas works though. 

Just a hunch, but try the following patch and see if it helps
matters any.

-steve

--- src/freebsd/native/sun/awt/awt_MToolkit.c.orig	2000/04/21 23:41:28
+++ src/freebsd/native/sun/awt/awt_MToolkit.c	2000/04/29 03:40:30
@@ -29,6 +29,10 @@
 #include <jvm.h>
 #include <jlong.h>
 
+#ifdef __FreeBSD__
+#define USE_SELECT
+#endif
+
 /* Initialize the Java VM instance variable when the library is 
    first loaded */
 JavaVM *jvm;



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.21.0004282240060.32203-100000>