Author: ender Date: 2005-08-23 06:08:33 -0500 (Tue, 23 Aug 2005) New Revision: 549
Modified: trunk/debian/changelog trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff Log: patches/general/000_stolen_from_unichrome.sf.net.diff: Fixed a cut-and-paste error when checking mode->Flags for sync polarity in via_mode.c. Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2005-08-22 20:24:20 UTC (rev 548) +++ trunk/debian/changelog 2005-08-23 11:08:33 UTC (rev 549) @@ -77,8 +77,11 @@ #324275). - libxres-dev should depend on libxres1 and x-dev. Thanks, Michael Olbrich (closes: #324275). + * patches/general/000_stolen_from_unichrome.sf.net.diff: Fixed a + cut-and-paste error when checking mode->Flags for sync polarity in + via_mode.c. - -- David MartÃnez Moreno <[EMAIL PROTECTED]> Mon, 22 Aug 2005 19:19:39 +0200 + -- David MartÃnez Moreno <[EMAIL PROTECTED]> Tue, 23 Aug 2005 13:01:07 +0200 xorg-x11 (6.8.2.dfsg.1-5) unstable; urgency=low Modified: trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff =================================================================== --- trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff 2005-08-22 20:24:20 UTC (rev 548) +++ trunk/debian/patches/general/000_stolen_from_unichrome.sf.net.diff 2005-08-23 11:08:33 UTC (rev 549) @@ -23341,7 +23341,7 @@ + temp = 0x23; + if (mode->Flags & V_NHSYNC) + temp |= 0x40; -+ if (mode->Flags & V_NHSYNC) ++ if (mode->Flags & V_NVSYNC) + temp |= 0x80; + temp |= 0x0C; /* Undefined/external clock */ + hwp->writeMiscOut(hwp, temp); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]