Magellan Linux

Annotation of /trunk/xf86-video-sis/patches/xf86-video-sis-0.10.9-ftbfs-xorg-server-1.20.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3123 - (hide annotations) (download)
Mon Jun 11 14:43:26 2018 UTC (5 years, 11 months ago) by niro
File size: 888 byte(s)
-fix ftbfs with xorg-server-1.20
1 niro 3123 commit 4b1356a2b7fd06e9a05d134caa4033681c939737
2     Author: Adam Jackson <ajax at redhat.com>
3     Date: Thu Feb 16 11:21:27 2017 -0500
4    
5     Remove reference to ->virtualFrom
6    
7     The core will print this information as well anyway.
8    
9     Signed-off-by: Adam Jackson <ajax at redhat.com>
10    
11     diff -Naur xf86-video-sis-0.10.9/src/sis_driver.c xf86-video-sis-0.10.9-ftbfs/src/sis_driver.c
12     --- xf86-video-sis-0.10.9/src/sis_driver.c 2017-01-17 23:45:12.000000000 +0100
13     +++ xf86-video-sis-0.10.9-ftbfs/src/sis_driver.c 2018-06-11 16:40:15.031204808 +0200
14     @@ -2738,7 +2738,7 @@
15     float hsync, refresh = 0.0;
16     char *desc, *desc2, *prefix, *uprefix, *output;
17    
18     - xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
19     + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
20     "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
21     pScrn->displayWidth);
22