Author: dparsons Date: 2006-10-27 09:52:13 -0400 (Fri, 27 Oct 2006) New Revision: 3917
Added: trunk/xserver/xorg-server/debian/patches/35_randr_byteswap.patch Modified: trunk/xserver/xorg-server/debian/changelog trunk/xserver/xorg-server/debian/patches/series Log: Add patch 35_randr_byteswap.patch from upstream. Fixes big-endian byteswapping problem. Closes: #291100. Modified: trunk/xserver/xorg-server/debian/changelog =================================================================== --- trunk/xserver/xorg-server/debian/changelog 2006-10-27 12:44:53 UTC (rev 3916) +++ trunk/xserver/xorg-server/debian/changelog 2006-10-27 13:52:13 UTC (rev 3917) @@ -2,14 +2,16 @@ [ Drew Parsons ] * Patches 33_Xserver_man_typos.patch and 34_xorg.conf_man_typos.patch - fix minor typos in Xserver and xorg.conf man pages. + fix minor typos in Xserver and xorg.conf man pages. Closes: #364556, #308899. + * Add patch 35_randr_byteswap.patch from upstream. Fixes big-endian + byteswapping problem. Closes: #291100. [ Julien Cristau ] * Don't build-depend on libdrm-dev on hurd-i386 (closes: #358015). Thanks, Samuel Thibault. - -- Julien Cristau <[EMAIL PROTECTED]> Tue, 24 Oct 2006 11:49:51 +0200 + -- Drew Parsons <[EMAIL PROTECTED]> Fri, 27 Oct 2006 23:43:15 +1000 xorg-server (2:1.1.1-10) unstable; urgency=low Added: trunk/xserver/xorg-server/debian/patches/35_randr_byteswap.patch =================================================================== --- trunk/xserver/xorg-server/debian/patches/35_randr_byteswap.patch (rev 0) +++ trunk/xserver/xorg-server/debian/patches/35_randr_byteswap.patch 2006-10-27 13:52:13 UTC (rev 3917) @@ -0,0 +1,18 @@ +From: Keith Packard <[EMAIL PROTECTED]> +Date: Wed, 25 Oct 2006 00:23:02 +0000 (-0700) +Subject: Byte swap RRSelectInput enable flags. +X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=828c34e83ccdf3bcd2844d5af8b0cac4164b04ab + +Byte swap RRSelectInput enable flags. +--- + +--- a/randr/randr.c ++++ b/randr/randr.c +@@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client) + + swaps(&stuff->length, n); + swapl(&stuff->window, n); ++ swaps(&stuff->enable, n); + return ProcRRSelectInput(client); + } + Modified: trunk/xserver/xorg-server/debian/patches/series =================================================================== --- trunk/xserver/xorg-server/debian/patches/series 2006-10-27 12:44:53 UTC (rev 3916) +++ trunk/xserver/xorg-server/debian/patches/series 2006-10-27 13:52:13 UTC (rev 3917) @@ -30,3 +30,4 @@ 32_disable_sparc_pci_bridge.diff 33_Xserver_man_typos.patch 34_xorg.conf_man_typos.patch +35_randr_byteswap.patch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]