Nicolas Gauvin (nicolas++at++cae.ca)
Fri, 10 May 1996 20:41:37 -0400
case DestroyNotify:
if ((handlerMask & StructureNotifyMask) && handlerFunc)
{
callUserHandler((unsigned long) dsp, (void*) &event);
}
else if (events)
{
events->devQ[events->numDevs] = PFUDEV_WINQUIT;
events->devVal[events->numDevs] = 1;
events->devCount[PFUDEV_WINQUIT] += 1;
events->numDevs++;
}
break;
For some reason, I never get this PFUDEV_WINQUIT. I'm using a pfPipeWindow
of type X with a separate X event collecting process (Performer 2.0, IRIX 5.3).
I get all the other events correctly.
Any ideas? I would like to be able to stop my application by double clicking
on the top-left button but I can't because of this.
___/ | ___/ Nicolas Gauvin e-mail: nicolas++at++cae.ca
/ / | / Software Developper voice: (514) 341-2000 x2275
/ / | __/ CAE Electronics Ltd. fax: (514) 340-5496
/ ___ | / 8585 Cote De Liesse, P.O. Box 1800
_____/ _/ _| _____/ Saint-Laurent, Quebec, Canada, H4L-4X4
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:53 PDT