Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!cvl!elsie!ado From: ado@elsie.UUCP (Arthur David Olson) Newsgroups: comp.windows.x Subject: Re: X11R3: PointerMotionMask misbehaving Message-ID: <9094@elsie.UUCP> Date: 7 Apr 89 20:44:34 GMT References: <8903280231.AA10065@Larry.McRCIM.McGill.EDU> <8904061826.AA01287@EXPIRE.LCS.MIT.EDU> Organization: NIH-LEC, Bethesda, MD Lines: 21 > XGrabPointer returns status GrabNotViewable, which you decided not to check > (shame on you). Script started on Fri Apr 7 16:42:18 1989 elsie$ sed -n 565,575p clients/xterm/menu.c * press, and move the window there. Then map the menu. */ if(!Move_Menu(menu, event) || !Map_Menu(menu)) return(-1); in_window = TRUE; XGrabPointer(XtDisplay(xw), menu->menuWindow, FALSE, ExposureMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask | ButtonReleaseMask | ButtonPressMask, GrabModeAsync, GrabModeAsync, None, menu->menuCursor, CurrentTime ); elsie$ exit script done on Fri Apr 7 16:42:32 1989 -- Arthur David Olson ado@ncifcrf.gov ADO is a trademark of Ampex.