xf86-video-geode: Changes to 'master'

Jordan Crouse jcrouse at kemper.freedesktop.org
Wed Nov 26 15:05:53 PST 2008


 src/geode.h     |    2 +-
 src/lx_memory.c |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit fe7ede0c073bd8dc22f61388b8a5d83f17696113
Author: Andres Salomon <dilinger at queued.net>
Date:   Wed Nov 26 17:56:14 2008 -0500

    xf86-video-geode: change cursor size to match cimarron
    
    When we use ARGB cursors and rotate the screen, we get double cursors
    and stale cursor data left over.  This is because cimarron expects a
    cursor that is smaller than or equal to 48x64, but hardcodes a memory
    shift of 192 bytes (4*48).  This means that if we have a 32x64 cursor,
    cimarron screws it up.  Change the cursor size to 48x64.
    
    Signed-off-by: Andres Salomon <dilinger at debian.org>



More information about the xorg-commit mailing list