From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] Fix SDL mouse invisible wall Date: Wed, 14 Jun 2006 12:01:21 -0500 Message-ID: <449040E1.6000406@us.ibm.com> References: <20060614162542.GA14218@los-vmm.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060614162542.GA14218@los-vmm.sc.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Donald D. Dugger" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org It's rather curious as to whether this one needs my Signed-off-by since this is my patch verbatim :-) Just in case, Signed-off-by: Anthony Liguori :-) Regards, Anthony Liguori Donald D. Dugger wrote: > Thanks to Anthony Liquori off the QEMU mailing list for this SDL mouse > fix. The new mouse code can hit situation where it won't move past > `invisible wall` on the screen. This patch fixes that problem. > > > Signed-off-by: Don Dugger > >