Bug 78348 - [PATCH] xorg-server/powerpc: mouse signed char issues
Summary: [PATCH] xorg-server/powerpc: mouse signed char issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 09:20 UTC by Peter Grehan
Modified: 2005-06-13 07:46 UTC (History)
0 users

See Also:


Attachments
patch-mouse.c (580 bytes, text/plain)
2005-03-03 09:20 UTC, Peter Grehan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.