xscope: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 15 19:28:45 UTC 2023


 COPYING         |    3 -
 Makefile.am     |    5 +
 damagescope.h   |   61 ++++++++++++++++++++
 decode_damage.c |  165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 extensions.c    |    3 -
 extensions.h    |    3 -
 man/xscope.man  |    2 
 print_damage.c  |  132 ++++++++++++++++++++++++++++++++++++++++++++
 prtype.c        |    2 
 scope.c         |    3 +
 x11.h           |    8 ++
 11 files changed, 379 insertions(+), 8 deletions(-)

New commits:
commit 8acbf8a86d4421356dca6d4892e1652043583dfc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 7 17:38:30 2023 -0800

    Add support for DAMAGE extension versions 1.0 & 1.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fe6483c2305ccd2fde0f433a42af2715def33fff
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 7 17:36:42 2023 -0800

    PrintField: Don't over-indent when verbose < 3
    
    When not printing out the contents of embedded structures,
    PrintField was still increasing the indent level, but returning
    before returning it to the prior level, leaving the later fields
    over-indented.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 67ffde62e837f4b466141366c238ff134cf36edd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 7 17:10:59 2023 -0800

    DataFromClient: Avoid segfault if FlushFD() closed the connection
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list