Bug 78348

Summary: [PATCH] xorg-server/powerpc: mouse signed char issues
Product: Ports & Packages Reporter: Peter Grehan <grehan>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-mouse.c none

Description Peter Grehan freebsd_committer freebsd_triage 2005-03-03 09:20:19 UTC
	When using sysmouse, the delta components require signed char arithmentic on powerpc. The comment for the code block just below implies this, but it's needed in the main case as well.

As an aside, NetBSD/PPC and Linux/PPC compile the entire server with -fsigned-chars. So far I haven't seen that this is necessary.

How-To-Repeat: 	Watch the pointer move to the top right corner of the screen and stay there without this patch.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-03-03 20:05:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to X11 gang
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2005-06-13 07:45:57 UTC
State Changed
From-To: open->closed

Committed upstream and in our ports.  Will also be brought in with the XFree86 
4.5 update.