0001-mibstore.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. Fetch from:
  8. http://cgit.freedesktop.org/xorg/driver/xf86-video-tga/commit/?id=b7022db0559cd1b6cd3eb6b5abf6896a607b478d
  9. Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
  10. diff --git a/src/tga_accel.c b/src/tga_accel.c
  11. index 35af1a4..b414df5 100644
  12. --- a/src/tga_accel.c
  13. +++ b/src/tga_accel.c
  14. @@ -37,7 +37,6 @@
  15. #include "xf86cmap.h"
  16. #include "mipointer.h"
  17. -#include "mibstore.h"
  18. #include "miline.h"
  19. #include "tga_regs.h"
  20. diff --git a/src/tga_driver.c b/src/tga_driver.c
  21. index dd4f3e6..90d2660 100644
  22. --- a/src/tga_driver.c
  23. +++ b/src/tga_driver.c
  24. @@ -46,8 +46,6 @@
  25. /* software cursor */
  26. #include "mipointer.h"
  27. -/* backing store */
  28. -#include "mibstore.h"
  29. /* #include "mibank.h" */
  30. /* colormap manipulation */
  31. @@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
  32. fbPictureInit (pScreen, 0, 0);
  33. - miInitializeBackingStore(pScreen);
  34. xf86SetBackingStore(pScreen);
  35. xf86SetSilkenMouse(pScreen);
  36. --
  37. cgit v0.9.0.2-2-gbebe