xorg/xorg-xf86-video-dummy/mibstore.patch
2013-03-09 15:32:56 +01:00

22 lines
751 B
Diff

diff -rupN xf86-video-dummy-0.3.6-orig/src/dummy_driver.c xf86-video-dummy-0.3.6/src/dummy_driver.c
--- xf86-video-dummy-0.3.6-orig/src/dummy_driver.c 2013-03-09 15:14:36.799505563 +0100
+++ xf86-video-dummy-0.3.6/src/dummy_driver.c 2013-03-09 15:15:05.087473139 +0100
@@ -14,9 +14,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
/* All drivers using the mi colormap manipulation need this */
#include "micmap.h"
@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
, lines - pScrn->virtualY);
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);