xeyes: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 29 20:50:23 UTC 2020


 Eyes.c       |  309 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 Eyes.h       |    2 
 EyesP.h      |   16 +++
 Makefile.am  |    4 
 configure.ac |    8 +
 xeyes.c      |   26 +++-
 6 files changed, 328 insertions(+), 37 deletions(-)

New commits:
commit 7517441ffa1aecb6f565217149762267d145e11e
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Mar 23 08:55:53 2020 -0700

    Clean up compiler warnings
    
    Add (char *) casts to initializers in Xt structs.
    Remove unused variables.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

commit 420c2d8517246c9e422739cadb7acb29e35a3bed
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Aug 7 12:17:24 2013 +0200

    Use XI2 raw events to notice when mouse moves [v2]
    
    v2:
    	We only need Xi version 2.0, not 2.2
    	Suggested-by: Peter Hutterer <peter.hutterer at who-t.net>
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

commit 3f2af30bd94ea3012bc1d1bde82f7c9a1c4dea27
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Jul 26 18:46:45 2013 -0700

    Add support for the 'Present' extension. [v3]
    
    This makes updating the eyes nicely vblank synchronized.
    
    v2:
    	Ensure extensions exist before calling query_version
    
    	These calls add calls to xcb_get_extension_data before calling
    	query_version calls, as those calls will mark the connection
    	with an error if made against an X server without the
    	extension present.
    
    	Suggested-by: Uli Schlachter <psychon at znc.in>
    
    v3:
    	check the 'present' field in the return from
    	xcb_get_extension_data; the xcb_get_extension_data call will
    	always succeed (save for out of memory), the only way to tell
    	if the extension is supported in the target X server is to
    	test the 'present' field in the query extension reply value.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>



More information about the xorg-commit mailing list