libXdamage: Changes to 'master'

Keith Packard keithp at kemper.freedesktop.org
Fri Sep 7 22:02:46 PDT 2007


 src/Xdamage.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d9714f03dde2d2b20fb29d46b44bb253e4954ee0
Author: Ryan Lortie <desrt at desrt.ca>
Date:   Fri Sep 7 22:02:18 2007 -0700

    libXdamage incorrectly encodes/decodes the 'More' field from the event.
    
    The client library for xdamage currently fails to fill in the 'more'
    field.  As a result, you get whatever uninitialised junk was there
    before.
    
    The server sets the high bit of 'level' when there is
    'more' (DamageNotifyMore = 0x80).  A patch follows to fix the client
    library.



More information about the xorg-commit mailing list