gnu: gd: Fix-CVE-2016-3074.
[jackhill/guix/guix.git] / gnu / packages / patches / xf86-video-i128-remove-mibstore.patch
CommitLineData
75040072
MW
1Removes references to mibstore.h and miInitializeBackingStore, which
2have been removed from xorg-server. Zack Rusin <zackr@vmware.com>
3wrote: "It was a noop for at least 5 years and it has been removed."
4See: http://patches.openembedded.org/patch/46133/
5
6--- xf86-video-i128-1.3.6/src/i128_driver.c.~1~ 2012-07-17 01:21:15.000000000 -0400
7+++ xf86-video-i128-1.3.6/src/i128_driver.c 2014-12-19 00:47:16.140087736 -0500
8@@ -51,7 +51,6 @@
9 #include "mipointer.h"
10
11 /* All drivers implementing backing store need this */
12-#include "mibstore.h"
13 #include "micmap.h"
14
15 #include "xf86DDC.h"
16@@ -1557,7 +1556,6 @@
17 return FALSE;
18 }
19
20- miInitializeBackingStore(pScreen);
21 xf86SetBackingStore(pScreen);
22 xf86SetSilkenMouse(pScreen);
23