mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
32 lines
873 B
Diff
32 lines
873 B
Diff
From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Tue, 25 Sep 2012 12:55:02 +0000
|
|
Subject: Remove mibstore.h
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
---
|
|
diff --git a/src/tseng_driver.c b/src/tseng_driver.c
|
|
index ffafb19..0db62e5 100644
|
|
--- a/src/tseng_driver.c
|
|
+++ b/src/tseng_driver.c
|
|
@@ -39,9 +39,6 @@
|
|
/* All drivers initialising the SW cursor need this */
|
|
#include "mipointer.h"
|
|
|
|
-/* All drivers implementing backing store need this */
|
|
-#include "mibstore.h"
|
|
-
|
|
#include "fb.h"
|
|
|
|
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
|
|
@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
|
|
}
|
|
}
|
|
|
|
- miInitializeBackingStore(pScreen);
|
|
xf86SetSilkenMouse(pScreen);
|
|
/* Initialise cursor functions */
|
|
miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
|
|
--
|
|
cgit v0.9.0.2-2-gbebe
|