git-fixes.diff 864 B

1234567891011121314151617181920212223242526272829303132
  1. From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
  2. From: Adam Jackson <ajax@redhat.com>
  3. Date: Tue, 25 Sep 2012 12:54:36 +0000
  4. Subject: Remove mibstore.h
  5. Signed-off-by: Adam Jackson <ajax@redhat.com>
  6. ---
  7. diff --git a/src/dummy_driver.c b/src/dummy_driver.c
  8. index 62066d6..6062c39 100644
  9. --- a/src/dummy_driver.c
  10. +++ b/src/dummy_driver.c
  11. @@ -14,9 +14,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. /* All drivers using the mi colormap manipulation need this */
  18. #include "micmap.h"
  19. @@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
  20. , lines - pScrn->virtualY);
  21. }
  22. - miInitializeBackingStore(pScreen);
  23. xf86SetBackingStore(pScreen);
  24. xf86SetSilkenMouse(pScreen);
  25. --
  26. cgit v0.9.0.2-2-gbebe