diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-27 14:58:26 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-27 14:58:57 +0100 |
commit | 83990c649cbd3cb563d08f04e1c02232c44997aa (patch) | |
tree | ffc1853791aeedf61826ea60c96668e9e9933838 | |
parent | cb0b72c4fbb7b1bc941522d8679fef856f2f8936 (diff) |
Remove the last couple of references to mibstore
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/legacy/i810/i810_driver.c | 2 | ||||
-rw-r--r-- | uxa/uxa-priv.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/legacy/i810/i810_driver.c b/src/legacy/i810/i810_driver.c index fc6369ee..9f684d25 100644 --- a/src/legacy/i810/i810_driver.c +++ b/src/legacy/i810/i810_driver.c @@ -58,7 +58,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86cmap.h" #include "compiler.h" -#include "mibstore.h" #include "vgaHW.h" #include "mipointer.h" #include "micmap.h" @@ -1675,7 +1674,6 @@ I810ScreenInit(SCREEN_INIT_ARGS_DECL) I810EmitFlush(scrn); } - miInitializeBackingStore(screen); xf86SetBackingStore(screen); xf86SetSilkenMouse(screen); diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index 91ef4e03..3f639e73 100644 --- a/uxa/uxa-priv.h +++ b/uxa/uxa-priv.h @@ -44,7 +44,6 @@ #include "pixmapstr.h" #include "windowstr.h" #include "servermd.h" -#include "mibstore.h" #include "colormapst.h" #include "gcstruct.h" #include "input.h" |