diff options
author | Alexander Grothe <alexander.grothe@gmail.com> | 2013-09-15 11:00:41 +0200 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2013-09-19 22:08:03 +0200 |
commit | 966a0e95d6c420e5e0ab01e665144e66a4004846 (patch) | |
tree | bbafd746ca5dd7059cdf4d1858503e7e66311a89 | |
parent | 44581aef5f878e7f2b34d5693d50ef75263b195c (diff) |
Drop miInitializeBackingStore() call
It was only needed up to xserver 1.4 and is not supported in the
recent xserver versions.
Thanks to Alexander Grothe for reporting the issue and providing
the fix.
https://bugs.freedesktop.org/show_bug.cgi?id=65444
> commit 1cb0261ef54b7dd6a7ef84e1c3959e424706228b
> Author: Daniel Martin <consume.noise@gmail.com>
> Date: Thu Sep 6 00:38:26 2012 +0200
>
> dix: Delete mibstore.h
>
> Since Nov 2010 (commit c4c4676) the only purpose of mibstore.h was to
> define an empty function (miInitializeBackingStore()) for backward
> compatibility. Time to say goodbye.
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r-- | src/savage_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/savage_driver.c b/src/savage_driver.c index 4c8386d..bca2c60 100644 --- a/src/savage_driver.c +++ b/src/savage_driver.c @@ -3412,7 +3412,6 @@ static Bool SavageScreenInit(SCREEN_INIT_ARGS_DECL) SavageInitAccel(pScreen); } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); if( !psav->shadowFB && !psav->useEXA ) |