From owner-freebsd-java Fri Apr 28 20:56:18 2000 Delivered-To: freebsd-java@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id E28F937B7C7 for ; Fri, 28 Apr 2000 20:56:14 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.10.1/8.10.1) with ESMTP id e3T3uAT06913; Fri, 28 Apr 2000 22:56:10 -0500 (CDT) Date: Fri, 28 Apr 2000 22:56:10 -0500 (CDT) From: Steve Price To: Martin Dieringer Cc: freebsd-java@FreeBSD.ORG Subject: Re: Alpha JDK 1.2.2 patchset 7 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 #include +#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