[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r549 - in trunk/debian: . patches/general



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 <ender@debian.org>  Mon, 22 Aug 2005 19:19:39 +0200
+ -- David Martínez Moreno <ender@debian.org>  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);



Reply to: