git_fixes.patch 873 B

1234567891011121314151617181920212223242526272829303132
  1. From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
  2. From: Adam Jackson <ajax@redhat.com>
  3. Date: Tue, 25 Sep 2012 12:55:02 +0000
  4. Subject: Remove mibstore.h
  5. Signed-off-by: Adam Jackson <ajax@redhat.com>
  6. ---
  7. diff --git a/src/tseng_driver.c b/src/tseng_driver.c
  8. index ffafb19..0db62e5 100644
  9. --- a/src/tseng_driver.c
  10. +++ b/src/tseng_driver.c
  11. @@ -39,9 +39,6 @@
  12. /* All drivers initialising the SW cursor need this */
  13. #include "mipointer.h"
  14. -/* All drivers implementing backing store need this */
  15. -#include "mibstore.h"
  16. -
  17. #include "fb.h"
  18. #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
  19. @@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
  20. }
  21. }
  22. - miInitializeBackingStore(pScreen);
  23. xf86SetSilkenMouse(pScreen);
  24. /* Initialise cursor functions */
  25. miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
  26. --
  27. cgit v0.9.0.2-2-gbebe