gnu: libmtp: Update to 1.1.11.
[jackhill/guix/guix.git] / gnu / packages / patches / xf86-video-tga-remove-mibstore.patch
CommitLineData
af339a48
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-tga-1.2.2/src/tga_accel.c.~1~ 2012-07-15 23:54:04.000000000 -0400
7+++ xf86-video-tga-1.2.2/src/tga_accel.c 2014-12-19 01:40:27.535913013 -0500
8@@ -37,7 +37,6 @@
9 #include "xf86cmap.h"
10 #include "mipointer.h"
11
12-#include "mibstore.h"
13 #include "miline.h"
14
15 #include "tga_regs.h"
16--- xf86-video-tga-1.2.2/src/tga_driver.c.~1~ 2012-07-15 23:54:28.000000000 -0400
17+++ xf86-video-tga-1.2.2/src/tga_driver.c 2014-12-19 01:40:48.756018238 -0500
18@@ -46,8 +46,6 @@
19
20 /* software cursor */
21 #include "mipointer.h"
22-/* backing store */
23-#include "mibstore.h"
24
25 /* #include "mibank.h" */
26 /* colormap manipulation */
27@@ -1451,7 +1449,6 @@
28
29 fbPictureInit (pScreen, 0, 0);
30
31- miInitializeBackingStore(pScreen);
32 xf86SetBackingStore(pScreen);
33 xf86SetSilkenMouse(pScreen);
34