twm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jul 31 21:59:45 PDT 2013


 src/add_window.c |    4 -
 src/events.c     |   63 ++++++++++-----------
 src/gc.c         |    2 
 src/gram.y       |    2 
 src/iconmgr.c    |    3 -
 src/icons.c      |    2 
 src/menus.c      |   16 ++---
 src/parse.c      |    6 +-
 src/resize.c     |    2 
 src/session.c    |  164 ++++++++++++++++---------------------------------------
 src/session.h    |   18 ------
 src/twm.c        |    4 -
 src/util.c       |    2 
 13 files changed, 103 insertions(+), 185 deletions(-)

New commits:
commit 55681f9d66b788b2e86a5ad3c0722904fa020962
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 30 22:15:28 2013 -0700

    Make various helper & callback functions private to session.c
    
    Nothing else ever called them, so no reason to export them.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by:  <wharms at bfs.de>

commit cf88a8c16958ddfaeff6349d30c6c423fc4a7afa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 30 22:11:51 2013 -0700

    Convert remaining K&R function declarations to C89 style
    
    Many existing function declarations were C89, and headers all use C89
    prototypes, but a few function declarations had been left in the old
    style.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by:  <wharms at bfs.de>

commit ea349d3c406695665322c71caf5ea3c970cb3155
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 30 21:57:04 2013 -0700

    Use (void) to declare functions that take no arguments, instead of ()
    
    It's time for C89.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by:  <wharms at bfs.de>



More information about the xorg-commit mailing list