1*4882a593SmuzhiyunFix building using new Xorg 1.14 2*4882a593Smuzhiyun 3*4882a593Smuzhiyunmibstore functions are no longer supported. This patch removes them 4*4882a593Smuzhiyunfrom this driver, following the pattern in 5*4882a593Smuzhiyunhttp://patches.openembedded.org/patch/46133/ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunThis checkin shows when/where the changes to the X server were made 8*4882a593Smuzhiyunthat deleted the header mibstore.h and mentions the reasons. 9*4882a593Smuzhiyunhttp://lists.x.org/archives/xorg-devel/2012-September/033575.html 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunUpstream-Status: Pending 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunSigned-off-by: Otavio Salvador <otavio@ossystems.com.br> 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunIndex: xserver-xorg-video-imx-11.09.01/src/imx_driver.c 16*4882a593Smuzhiyun=================================================================== 17*4882a593Smuzhiyun--- xserver-xorg-video-imx-11.09.01.orig/src/imx_driver.c 18*4882a593Smuzhiyun+++ xserver-xorg-video-imx-11.09.01/src/imx_driver.c 19*4882a593Smuzhiyun@@ -37,7 +37,6 @@ 20*4882a593Smuzhiyun #include "xf86_OSproc.h" 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun #include "mipointer.h" 23*4882a593Smuzhiyun-#include "mibstore.h" 24*4882a593Smuzhiyun #include "micmap.h" 25*4882a593Smuzhiyun #include "colormapst.h" 26*4882a593Smuzhiyun #include "xf86cmap.h" 27*4882a593Smuzhiyun@@ -722,7 +721,6 @@ imxScreenInit(SCREEN_INIT_ARGS_DECL) 28*4882a593Smuzhiyun /* Initialize for X extensions. */ 29*4882a593Smuzhiyun imxExtInit(); 30*4882a593Smuzhiyun 31*4882a593Smuzhiyun- miInitializeBackingStore(pScreen); 32*4882a593Smuzhiyun xf86SetBackingStore(pScreen); 33*4882a593Smuzhiyun 34*4882a593Smuzhiyun /* software cursor */ 35