diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 09:46:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:44 +0000 |
commit | ec4c1531a0dc150044cdd99ee944cdd5881c90bb (patch) | |
tree | 6988f5a8af88e24364ea5e735daa4f5987a6d466 /main/xf86-video-glint/mibstore.patch | |
parent | d1c5e6789c1d4e25bffbaed9ace6b2d03a853951 (diff) | |
download | aports-ec4c1531a0dc150044cdd99ee944cdd5881c90bb.tar.bz2 aports-ec4c1531a0dc150044cdd99ee944cdd5881c90bb.tar.xz |
main/xf86-video-glint: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-glint/mibstore.patch')
-rw-r--r-- | main/xf86-video-glint/mibstore.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/main/xf86-video-glint/mibstore.patch b/main/xf86-video-glint/mibstore.patch new file mode 100644 index 000000000..6bc5738c8 --- /dev/null +++ b/main/xf86-video-glint/mibstore.patch @@ -0,0 +1,30 @@ +From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Tue, 25 Sep 2012 12:54:38 +0000 +Subject: Remove mibstore.h + +Signed-off-by: Adam Jackson <ajax@redhat.com> +--- +diff --git a/src/glint_driver.c b/src/glint_driver.c +index b6d20a9..aa78516 100644 +--- a/src/glint_driver.c ++++ b/src/glint_driver.c +@@ -52,8 +52,6 @@ + #include "compiler.h" + #include "mipointer.h" + +-#include "mibstore.h" +- + #include "pm3_regs.h" + #include "glint_regs.h" + #include "IBM.h" +@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL) + } + } + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + xf86SetSilkenMouse(pScreen); + +-- +cgit v0.9.0.2-2-gbebe |