configure.ac | 2 +- src/fbdev.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-)
New commits: commit 679ed9a4e6b54227df191c580e3ef641e075db19 Author: Julien Cristau <[email protected]> Date: Mon Sep 23 20:02:47 2013 +0200 Bump to 0.4.4 diff --git a/configure.ac b/configure.ac index 188ce6b..d9e4219 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-fbdev], - [0.4.3], + [0.4.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-fbdev]) AC_CONFIG_SRCDIR([Makefile.am]) commit ac293412a01d87f87eb61f4adb9db7486a75d3fc Author: Adam Jackson <[email protected]> Date: Tue Sep 25 08:54:37 2012 -0400 Remove mibstore.h Signed-off-by: Adam Jackson <[email protected]> diff --git a/src/fbdev.c b/src/fbdev.c index cd7ebc5..f5a7378 100644 --- a/src/fbdev.c +++ b/src/fbdev.c @@ -14,7 +14,6 @@ #include "xf86_OSproc.h" #include "mipointer.h" -#include "mibstore.h" #include "micmap.h" #include "colormapst.h" #include "xf86cmap.h" @@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL) } xf86SetBlackWhitePixels(pScreen); - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* software cursor */ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

