wok-next view xf86-video-sis/stuff/patches/0001-Remove-reference-to-virtualFrom.patch @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents
children
line source
1 From 4b1356a2b7fd06e9a05d134caa4033681c939737 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Thu, 16 Feb 2017 11:21:27 -0500
4 Subject: [PATCH] Remove reference to ->virtualFrom
6 The core will print this information as well anyway.
8 Signed-off-by: Adam Jackson <ajax@redhat.com>
9 ---
10 src/sis_driver.c | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
13 diff --git a/src/sis_driver.c b/src/sis_driver.c
14 index 8f06164..513f68b 100644
15 --- a/src/sis_driver.c
16 +++ b/src/sis_driver.c
17 @@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
18 float hsync, refresh = 0.0;
19 char *desc, *desc2, *prefix, *uprefix, *output;
21 - xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
22 + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
23 "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
24 pScrn->displayWidth);
26 --
27 2.18.0