Dash:
[t2.git] / package / xorg / xf86-video-xgixp / hotfix.patch
blobbf56d1527cd0a92b5578d49d179586fd5f9d5c1c
1 From a84753dd495bcfd724406cae470e17d0c561d0c3 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 12:55:05 +0000
4 Subject: Remove mibstore.h
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8 diff --git a/src/xgi_driver.c b/src/xgi_driver.c
9 index 580a03a..8ce071b 100644
10 --- a/src/xgi_driver.c
11 +++ b/src/xgi_driver.c
12 @@ -53,8 +53,6 @@
14 /* initialise a SW cursor */
15 #include "mipointer.h"
16 -/* implementing backing store */
17 -#include "mibstore.h"
19 /* colormap initialization */
20 #include "micmap.h"
21 @@ -2041,10 +2039,6 @@ pScrn->pScreen = pScreen;
22 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "FB Manager init failed \n");
25 - /* If backing store is to be supported (as is usually the case), initialise it. */
26 - miInitializeBackingStore(pScreen);
27 - XGIDebug(DBG_FUNCTION, "[DBG] Jong 06142006-After miInitializeBackingStore()\n");
29 xf86SetBackingStore(pScreen);
30 XGIDebug(DBG_FUNCTION, "[DBG] Jong 06142006-After xf86SetBackingStore()\n");
33 cgit v0.9.0.2-2-gbebe