123456789101112131415161718192021222324252627282930 |
- From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
- From: Adam Jackson <ajax@redhat.com>
- Date: Tue, 25 Sep 2012 12:54:37 +0000
- Subject: Remove mibstore.h
- Signed-off-by: Adam Jackson <ajax@redhat.com>
- ---
- diff --git a/src/fbdev.c b/src/fbdev.c
- index cd7ebc5..f5a7378 100644
- --- a/src/fbdev.c
- +++ b/src/fbdev.c
- @@ -14,7 +14,6 @@
- #include "xf86_OSproc.h"
-
- #include "mipointer.h"
- -#include "mibstore.h"
- #include "micmap.h"
- #include "colormapst.h"
- #include "xf86cmap.h"
- @@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
- }
-
- xf86SetBlackWhitePixels(pScreen);
- - miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
-
- /* software cursor */
- --
- cgit v0.9.0.2-2-gbebe
|