Re: [Xpert]MotionNotify

2002-07-24 Thread jeyasudha
PointerMotionMask is sufficient to get MotionNotify events. If you are not getting any events you probably have something wrong in your program. My sample x program was working fine but when i tried to do the same modifications inside the window manager, i got into trouble. I want to know

[Xpert]MotionNotify

2002-07-23 Thread jeyasudha
Hi Xperts, I want to get all the mouse move events. I'm using all masks ButtonMotionMask (for all 5 buttons), PointerMotionMask. Still my window is not getting the MotionNotify events whenever i move the mouse. I read PointerMotionHint Mask will reduce the motion events to one. Hence i have not