diff options
Diffstat (limited to 'x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c')
-rw-r--r-- | x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c b/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c index 26e3d4a08f08..84eae0672616 100644 --- a/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c +++ b/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c @@ -1,6 +1,6 @@ ---- src/nv_driver.c.orig 2014-01-19 15:24:45.000000000 -0600 -+++ src/nv_driver.c 2014-01-19 15:24:07.000000000 -0600 -@@ -1543,7 +1543,11 @@ +--- src/nv_driver.c.orig 2012-07-17 06:47:02 UTC ++++ src/nv_driver.c +@@ -1543,7 +1543,11 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) xf86FreeInt10(pNv->pInt); return FALSE; } @@ -12,3 +12,11 @@ /* We use a programmable clock */ pScrn->progClock = TRUE; +@@ -2550,7 +2554,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL) + if (!pNv->NoAccel) + NVAccelInit(pScreen); + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + xf86SetSilkenMouse(pScreen); + |