xscope: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Dec 6 15:25:13 PST 2013


 prtype.c  |   22 ++++++++++++++++++++++
 table11.c |    2 +-
 x11.h     |    1 +
 3 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit 73c82c6b983e39e24f49c2c794d654bd349309d3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Nov 27 23:36:44 2013 -0800

    Print correct event names for events sent via SendEvent requests
    
    The high bit of an X11 event id is set to 0 for events generated by the
    server, 1 for events sent from another client via SendEvent requests.
    
    Previously xscope printed:
                             ..............EVENT: **INVALID** (150)
    
    Now it prints:
                             ..............EVENT: ConfigureNotify
                                          source: SendEvent
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list