xf86-video-ati: Branch 'atombios-support'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Dec 13 21:20:31 PST 2007


 src/radeon_cursor.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3eed3d87f76779b5a62a3115f99a31484dc38e0
Author: Alex Deucher <alex at samba.(none)>
Date:   Fri Dec 14 00:20:10 2007 -0500

    RADEON: fix typo in previous cursor fix

diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c
index 842668b..6133b2c 100644
--- a/src/radeon_cursor.c
+++ b/src/radeon_cursor.c
@@ -326,7 +326,7 @@ Bool RADEONCursorInit(ScreenPtr pScreen)
 	    cursor_offset  = RADEON_ALIGN((fbarea->box.x1 +
 					   fbarea->box.y1 * width) *
 					  info->CurrentLayout.pixel_bytes,
-					  256);
+					  align);
 
 	    for (c = 0; c < xf86_config->num_crtc; c++) {
 		xf86CrtcPtr crtc = xf86_config->crtc[c];


More information about the xorg-commit mailing list