66b6baf416
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
35 lines
915 B
Diff
35 lines
915 B
Diff
From 926d4f655c8491b68a338f50c810f6729686ec9f Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Tue, 25 Sep 2012 12:54:51 +0000
|
|
Subject: Remove mibstore.h
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
---
|
|
Fetch from:
|
|
http://cgit.freedesktop.org/xorg/driver/xf86-video-sis/commit/?id=926d4f655c8491b68a338f50c810f6729686ec9f
|
|
|
|
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
|
|
|
|
diff --git a/src/sis_driver.c b/src/sis_driver.c
|
|
index 4c9b9cb..46cfefd 100644
|
|
--- a/src/sis_driver.c
|
|
+++ b/src/sis_driver.c
|
|
@@ -57,7 +57,6 @@
|
|
#include "fb.h"
|
|
#include "micmap.h"
|
|
#include "mipointer.h"
|
|
-#include "mibstore.h"
|
|
#include "edid.h"
|
|
|
|
#define SIS_NEED_inSISREG
|
|
@@ -8883,7 +8882,6 @@ SISScreenInit(SCREEN_INIT_ARGS_DECL)
|
|
}
|
|
pSiS->SiSFastVidCopyDone = TRUE;
|
|
|
|
- miInitializeBackingStore(pScreen);
|
|
xf86SetBackingStore(pScreen);
|
|
xf86SetSilkenMouse(pScreen);
|
|
|
|
--
|
|
cgit v0.9.0.2-2-gbebe
|