summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2014-07-13 12:07:45 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2014-07-13 12:07:54 +0200
commit2993b33c466793c984b0c7cfeab06a3e333a29dd (patch)
tree52a0a0f44c6e8851bc8e8b47fda3b55d4c8dfe88
parentfa9aabe95a65c4dd12008e16ad66d5c773a7993a (diff)
Remove calls to miInitializeBackingStore() and includes of mibstore.h
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
-rw-r--r--src/wsfb_driver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 4ed2347..94323aa 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -53,7 +53,6 @@
#include "xf86_OSproc.h"
#include "mipointer.h"
-#include "mibstore.h"
#include "micmap.h"
#include "colormapst.h"
#include "xf86cmap.h"
@@ -664,7 +663,7 @@ WsfbPreInit(ScrnInfoPtr pScrn, int flags)
}
static void
-wfsbUpdateRotatePacked(ScreenPtr pScreen, shadowBufPtr pBuf)
+wsfbUpdateRotatePacked(ScreenPtr pScreen, shadowBufPtr pBuf)
{
shadowUpdateRotatePacked(pScreen, pBuf);
}
@@ -904,7 +903,6 @@ WsfbScreenInit(SCREEN_INIT_ARGS_DECL)
}
xf86SetBlackWhitePixels(pScreen);
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
/* Software cursor. */