Question about SunView Input handling

John D. Polstra cfg!polstra!jdp at uunet.uu.net
Tue Nov 29 20:54:59 AEST 1988


> 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 at polstra.uucp)



More information about the Comp.sys.sun mailing list