[comp.windows.x] xterm port question

delac@shamash.cdc.com (Delac Barbouche) (06/07/91)

Hello X developpers,

I am a new X developper porting xterm to a non UNIX system.
I have managed to get most of the X display stuff to work. I am 
having a problem with MotionNotify events. My select routine is not      
being notified after the xterm popup menu is up and  I am dragging 
the cursor. I am sure the server is not sending these events. All other 
events (ButtonPress, ButtonRelease, KeyPress, KeyRelease, etc...) appear to
be working OK. Any suggestions?

Please email your responses to delac@odeon.ahse.cdc.com

Thanks

beck@iluvatar.dseg.ti.COM ("David N. Beck") (06/07/91)

I expect that the motion events are being compressed.  That's
done for practically everything except drawing applications.
Most things only care about where the pointer is on press and
on release.  See Asente & Swick 6.15.

Dave Beck