0001-Remove-reference-to-virtualFrom.patch 893 B

1234567891011121314151617181920212223242526272829
  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
  5. The core will print this information as well anyway.
  6. Signed-off-by: Adam Jackson <ajax@redhat.com>
  7. ---
  8. src/sis_driver.c | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/src/sis_driver.c b/src/sis_driver.c
  11. index 8f06164..513f68b 100644
  12. --- a/src/sis_driver.c
  13. +++ b/src/sis_driver.c
  14. @@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
  15. float hsync, refresh = 0.0;
  16. char *desc, *desc2, *prefix, *uprefix, *output;
  17. - xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
  18. + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
  19. "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
  20. pScrn->displayWidth);
  21. --
  22. 2.18.0