]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blobdiff - mibstore.patch
- updated to 2.11.15
[packages/xorg-driver-video-geode.git] / mibstore.patch
diff --git a/mibstore.patch b/mibstore.patch
deleted file mode 100644 (file)
index f6c4f25..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From ed0b153f320a95a11bd561726d2405823573500e Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Wed, 9 Jan 2013 22:16:26 -0500
-Subject: [PATCH] Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
- src/geode_driver.c | 2 --
- src/gx_driver.c    | 1 -
- src/lx_driver.c    | 1 -
- 3 files changed, 4 deletions(-)
-
-diff --git a/src/geode_driver.c b/src/geode_driver.c
-index b27bfd5..9cd0af9 100644
---- a/src/geode_driver.c
-+++ b/src/geode_driver.c
-@@ -59,8 +59,6 @@
- /* Machine independent stuff */
- #include "mipointer.h"
- #include "micmap.h"
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "vbe.h"
-diff --git a/src/gx_driver.c b/src/gx_driver.c
-index 5268f29..7f44e19 100644
---- a/src/gx_driver.c
-+++ b/src/gx_driver.c
-@@ -1350,7 +1350,6 @@ GXScreenInit(SCREEN_INIT_ARGS_DECL)
-     if (!pGeode->NoAccel)
-         GXAccelInit(pScrn);
--    miInitializeBackingStore(pScrn);
-     xf86SetBackingStore(pScrn);
-     /* Set up the soft cursor */
-diff --git a/src/lx_driver.c b/src/lx_driver.c
-index 6d7f37f..146578e 100644
---- a/src/lx_driver.c
-+++ b/src/lx_driver.c
-@@ -932,7 +932,6 @@ LXScreenInit(SCREEN_INIT_ARGS_DECL)
-     if (!pGeode->NoAccel)
-         pGeode->NoAccel = LXExaInit(pScrn) ? FALSE : TRUE;
--    miInitializeBackingStore(pScrn);
-     xf86SetBackingStore(pScrn);
-     /* Set up the soft cursor */
--- 
-1.8.0.2
-
This page took 0.074173 seconds and 4 git commands to generate.