From: Charles Sandmann Subject: Re: GRX enhancement possibility (?) To: acruz AT pt DOT oracle DOT com Date: Thu, 16 Feb 1995 07:51:25 -0600 (CST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > maybe you can include it in 2.0. > Well, there's already a queue of events managed by you but "what if" one > wants to implement event-driven applications and wants to get good management > of event queues? > > The solution I managed to get working is: > > Initialize GRX > Redirect Mouse handler to a new handler > and call the previous (GRX) mouse handler within my handler. > > I'll send you the code if you want BUT wouldn't it be cleaner and safer to > provide a event handler registry to be daisy-chained to your event-handler > routines. > > This way one could get even-driven AND GRX to work together CLEANLY. One of the items discussed for GRX 2.0 is the separation of the event routines from GRX. There is a prototype DPMI compatible event library done (before 1.11 was released!) which could be used with V1.1x, but there needs to be a complete re-write for PM 32 bit operation in V2 of DJGPP. I have a few comments from ARDI on what they would like in the new design, but that is about as far as I have gotten. So, I am listening.