0006-xserver-1.14-compat.patch 1.0 KB

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