xf86-video-tga-1.2.2-remove-mibstore_h.patch 1019 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. From b7022db0559cd1b6cd3eb6b5abf6896a607b478d Mon Sep 17 00:00:00 2001
  2. From: Adam Jackson <ajax@redhat.com>
  3. Date: Tue, 25 Sep 2012 12:55:00 +0000
  4. Subject: Remove mibstore.h
  5. Signed-off-by: Adam Jackson <ajax@redhat.com>
  6. ---
  7. diff --git a/src/tga_accel.c b/src/tga_accel.c
  8. index 35af1a4..b414df5 100644
  9. --- a/src/tga_accel.c
  10. +++ b/src/tga_accel.c
  11. @@ -37,7 +37,6 @@
  12. #include "xf86cmap.h"
  13. #include "mipointer.h"
  14. -#include "mibstore.h"
  15. #include "miline.h"
  16. #include "tga_regs.h"
  17. diff --git a/src/tga_driver.c b/src/tga_driver.c
  18. index dd4f3e6..90d2660 100644
  19. --- a/src/tga_driver.c
  20. +++ b/src/tga_driver.c
  21. @@ -46,8 +46,6 @@
  22. /* software cursor */
  23. #include "mipointer.h"
  24. -/* backing store */
  25. -#include "mibstore.h"
  26. /* #include "mibank.h" */
  27. /* colormap manipulation */
  28. @@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
  29. fbPictureInit (pScreen, 0, 0);
  30. - miInitializeBackingStore(pScreen);
  31. xf86SetBackingStore(pScreen);
  32. xf86SetSilkenMouse(pScreen);
  33. --
  34. cgit v0.9.0.2-2-gbebe