[comp.sys.amiga] vt100 v2.5 ActivateGadget fix

hadeishi@husc4.UUCP (02/21/87)

	I just implemented the ActivateGadget function in the
vt100 v2.5.  You must set the REQSET flag in the mywindow IDCMP
flags section (the first set of flags), and just before the Activate
Gadget in window.c req(), you must wait on the mywindow IDCMP
port for a REQSET message (wait for the requester to come up.)
Then you can do the ActivateGadget and it will work.

			-Mitsu