diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:21:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:46 +0000 |
commit | 19ff5e432f3bdee852d9709eb04ff510e6079f95 (patch) | |
tree | 1e141dca8616e980719f138c5b61f3804c45c8fc /main/xf86-video-xgixp/mibstore.patch | |
parent | fb04849def7da2ca3d9a2f84367bfbc002eee25d (diff) | |
download | aports-19ff5e432f3bdee852d9709eb04ff510e6079f95.tar.bz2 aports-19ff5e432f3bdee852d9709eb04ff510e6079f95.tar.xz |
main/xf86-video-xgixp: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-xgixp/mibstore.patch')
-rw-r--r-- | main/xf86-video-xgixp/mibstore.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/main/xf86-video-xgixp/mibstore.patch b/main/xf86-video-xgixp/mibstore.patch new file mode 100644 index 000000000..bf56d1527 --- /dev/null +++ b/main/xf86-video-xgixp/mibstore.patch @@ -0,0 +1,33 @@ +From a84753dd495bcfd724406cae470e17d0c561d0c3 Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Tue, 25 Sep 2012 12:55:05 +0000 +Subject: Remove mibstore.h + +Signed-off-by: Adam Jackson <ajax@redhat.com> +--- +diff --git a/src/xgi_driver.c b/src/xgi_driver.c +index 580a03a..8ce071b 100644 +--- a/src/xgi_driver.c ++++ b/src/xgi_driver.c +@@ -53,8 +53,6 @@ + + /* initialise a SW cursor */ + #include "mipointer.h" +-/* implementing backing store */ +-#include "mibstore.h" + + /* colormap initialization */ + #include "micmap.h" +@@ -2041,10 +2039,6 @@ pScrn->pScreen = pScreen; + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "FB Manager init failed \n"); + } + +- /* If backing store is to be supported (as is usually the case), initialise it. */ +- miInitializeBackingStore(pScreen); +- XGIDebug(DBG_FUNCTION, "[DBG] Jong 06142006-After miInitializeBackingStore()\n"); +- + xf86SetBackingStore(pScreen); + XGIDebug(DBG_FUNCTION, "[DBG] Jong 06142006-After xf86SetBackingStore()\n"); + +-- +cgit v0.9.0.2-2-gbebe |