afcbbe25e6
- BuildRequires: git. - Manage the source directory as a git repo. - Use git-am(1) to apply patches instead of %patch. - Reformat a bunch of patches to conform to git-am's rules. - Add wfb to file manifest. - Drop afb, sorry Amiga users. - Delete the SecurityPolicy man page from the buildroot, until we have a xorg-x11-server-common. - Update to today's snapshot.
17 lines
676 B
Diff
17 lines
676 B
Diff
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Sun, 28 Oct 2007 09:37:52 +0100
|
|
Subject: [PATCH] Disable explicit commenting in Monitor section.
|
|
|
|
---
|
|
--- xorg-server-1.2.0/hw/xfree86/parser/Monitor.c.comment-less 2007-01-22 22:13:15.000000000 -0500
|
|
+++ xorg-server-1.2.0/hw/xfree86/parser/Monitor.c 2007-01-23 12:32:48.000000000 -0500
|
|
@@ -674,8 +674,6 @@
|
|
fprintf (cf, "\tDisplaySize %d\t%d\n",
|
|
ptr->mon_width,
|
|
ptr->mon_height);
|
|
- if ( ptr->mon_n_hsync || ptr->mon_n_vrefresh )
|
|
- fprintf(cf," ### Comment all HorizSync and VertRefresh values to use DDC:\n");
|
|
for (i = 0; i < ptr->mon_n_hsync; i++)
|
|
{
|
|
fprintf (cf, "\tHorizSync %2.1f - %2.1f\n",
|