Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!cwjcc!tut.cis.ohio-state.edu!husc6!rice!sun-spots-request
From: cfg!polstra!jdp@uunet.uu.net (John D. Polstra)
Newsgroups: comp.sys.sun
Subject: Re: Question about SunView Input handling
Message-ID: <8811170132.AA23441@polstra.UUCP>
Date: 29 Nov 88 10:54:59 GMT
Sender: usenet@rice.edu
Organization: Rice University, Houston, Texas
Lines: 10
Approved: Sun-Spots@rice.edu
Original-Date: Wed, 16 Nov 88 17:32:56 PST
X-Sun-Spots-Digest: Volume 7, Issue 28, message 5 of 13
X-Issue-Reference: v7n12

> Has anyone ever had trouble with Sunview's
>            window_set(win, WIN_GRAB_ALL_INPUT, 0);

Well, for starters, you're leaving out the boolean value that goes with
it.  Try one of these:

	window_set(win, WIN_GRAB_ALL_INPUT, TRUE, 0);
	window_set(win, WIN_GRAB_ALL_INPUT, FALSE, 0);

-- John Polstra (jdp@polstra.uucp)