From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cs.psu.edu ([130.203.2.10]) by hawkwind.utcs.toronto.edu with SMTP id <2798>; Thu, 19 Nov 1992 17:22:09 -0500 Received: from localhost by groucho.cs.psu.edu with SMTP id <2601>; Thu, 19 Nov 1992 17:21:26 -0500 To: Chris Siebenmann cc: sam-fans@hawkwind.utcs.toronto.edu Subject: Re: My patches In-reply-to: Your message of "Wed, 18 Nov 92 20:42:01 EST." <92Nov18.204207est.2795@hawkwind.utcs.toronto.edu> Date: Thu, 19 Nov 1992 17:21:05 -0500 From: Scott Schwartz Message-Id: <92Nov19.172126est.2601@groucho.cs.psu.edu> | Here are my patches (and my readme for them). All diffs are relative | to the current source on research.att.com. | libXg: | - sweeping out a rectangle will now grab the pointer from the | X server; this means that you can swipe from outside the sam | window, making sure your windows line up neatly with the | boundary of the sam window. Something in there makes my server unhappy: (MIT R5, twm) ; ./sam -t ./samterm (type B ../sam/sam.c) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 26 (X_GrabPointer) Value in failed request: 0xa00d Serial number of failed request: 338 Current serial number in output stream: 338 | - menus no longer force the mouse to center on them; the pointer | stays where it was when you selected the menu. That looks kind of ugly, IMHO.