Bug 470638

Summary: xserver-1.5.2-exa-master-upgrade.patch has wrong lines concerned with exa_render.c module.
Product: [Fedora] Fedora Reporter: Masao Takahashi <masao-takahashi>
Component: xorg-x11-serverAssignee: Adam Jackson <ajax>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 10CC: masao-takahashi, xgl-maint
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-26 01:49:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Masao Takahashi 2008-11-08 05:28:50 UTC
Description of problem:
There are illegal displacements as follows.
So, characters displayed in windows has some lacked portion .

1. line 1805
   wrong   :  +	    int rect_y2 = r->yDst + r->width;
   correct :  +     int rect_y2 = r->yDst + r->height;

2. line 1808
   wrong   : +	    if (r->xDst < y1) y1 = r->xDst;
   correct : +      if (r->yDst < y1) y1 = r->yDst;

3. line 1815
   wrong   : +      if (x2 <= x1 && y2 <= y1)
   correct : +      if (x2 <= x1 || y2 <= y1)


Version-Release number of selected component (if applicable):
xorg-x11-server-1.5.3-1

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Bug Zapper 2008-11-26 05:01:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping