xf86-video-vmware: Changes to 'master'

Roland Scheidegger sroland at kemper.freedesktop.org
Tue Mar 9 07:11:14 PST 2010


 src/vmware.h     |    3 ++-
 src/vmwarecurs.c |   17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit bf18be6f458a4612b2ebdd8d2b5894f8884891e4
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Mar 9 16:10:25 2010 +0100

    fix a cursor refcounting bug, leading to segfaults
    
    this is similar to what xf86_use_hw_cursor() does, which is replaced by
    vmwareUseHWCursor (otherwise, the refcount could reach zero and hence the
    cursor deallocated while xf86CursorEnableDisableFBAccess() could still bring
    it back to life from the saved cursor).
    It is probably insane to do refcounting here, but this needs a xserver fix,
    and even if that's fixed this fix here shouldn't hurt (though would be
    unnecessary).

commit 257614ae9bea54d6a46e4477496500a84853ee37
Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Mar 9 16:03:59 2010 +0100

    make DEBUG_LOGGING compile



More information about the xorg-commit mailing list