git-fix.diff 906 B

123456789101112131415161718192021222324252627282930313233
  1. From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
  2. From: Adam Jackson <ajax@redhat.com>
  3. Date: Thu, 10 Jan 2013 03:21:52 +0000
  4. Subject: Remove mibstore.h
  5. Signed-off-by: Adam Jackson <ajax@redhat.com>
  6. ---
  7. diff --git a/src/i740_driver.c b/src/i740_driver.c
  8. index 1c82198..7c1051d 100644
  9. --- a/src/i740_driver.c
  10. +++ b/src/i740_driver.c
  11. @@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  12. #include "compiler.h"
  13. -/* Drivers using the mi implementation of backing store need: */
  14. -
  15. -#include "mibstore.h"
  16. -
  17. /* All drivers using the vgahw module need this */
  18. /* This driver needs to be modified to not use vgaHW for multihead operation */
  19. #include "vgaHW.h"
  20. @@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
  21. }
  22. }
  23. - miInitializeBackingStore(pScreen);
  24. xf86SetBackingStore(pScreen);
  25. xf86SetSilkenMouse(pScreen);
  26. --
  27. cgit v0.9.0.2-2-gbebe