xorg:rebuild

This commit is contained in:
Rmys
2018-11-21 20:44:32 +03:00
parent 92a36a29fd
commit 1a41d3928a
2 changed files with 29 additions and 1 deletions
@@ -0,0 +1,28 @@
From 4b1356a2b7fd06e9a05d134caa4033681c939737 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Thu, 16 Feb 2017 11:21:27 -0500
Subject: [PATCH] Remove reference to ->virtualFrom
The core will print this information as well anyway.
Signed-off-by: Adam Jackson <ajax@redhat.com>
---
src/sis_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 8f06164..513f68b 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
float hsync, refresh = 0.0;
char *desc, *desc2, *prefix, *uprefix, *output;
- xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
"(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
pScrn->displayWidth);
--
2.18.0
+1 -1
View File
@@ -22,7 +22,7 @@
<Patches>
<!-- <Patch level="1">0001-Disable-UploadToScreen-and-DownloadFromScreen.patch</Patch> -->
<!-- <Patch level="1">git-fixes.patch</Patch> -->
<!-- <Patch level="1">Xi.patch</Patch> -->
<Patch level="1">0001-Remove-reference-to-virtualFrom.patch</Patch>
</Patches>
</Source>