xcursorgen: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Feb 23 11:57:08 PST 2013


 xcursorgen.c |   57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

New commits:
commit 7c50a1b8952baa8227908881858428f2ce971ed8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 23 11:56:33 2013 -0800

    Combine usage message into single string/call
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 70d4855b4b313621cb250922712a1461dd742c3f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 23 11:52:11 2013 -0800

    Use C99 struct initializer for ximage in check_image()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b0e174921ac5216fb4e21015a9b4bb9999b4b87b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 23 11:44:00 2013 -0800

    Change order of struct flist members to pack better on 64-bit archs
    
    As reported by clang:
    xcursorgen.c:42:9: warning: padding struct 'struct flist' with 4 bytes to align 'pngfile' [-Wpadded]
      char *pngfile;
            ^
    xcursorgen.c:44:17: warning: padding struct 'struct flist' with 4 bytes to align 'next' [-Wpadded]
      struct flist *next;
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list