CVS Update: xc (branch: trunk)

Marc Aurele La France <[email protected]> Tue, 9 Oct 2007 17:31:40 -0700 (PDT)
Newsgroups gmane.comp.xfree86.cvs
Message-ID <[email protected]>
CVSROOT:	/home/x-cvs
Module name:	xc
Changes by:	[email protected].	07/10/09 17:31:40

Log message:
  Whitespace cleanup and ANSIfication

Modified files:
      xc/programs/twm/:
        Imakefile add_window.c add_window.h cursor.c events.c 
        gc.c gram.y iconmgr.c iconmgr.h icons.c icons.h lex.l 
        list.c list.h menus.c parse.c parse.h resize.c screen.h 
        session.c session.h twm.c twm.h twm.man util.c util.h 
      xc/programs/twm/sample-twmrc/:
        keith.twmrc lemke.twmrc 
  
  Revision      Changes    Path
  3.18          +7 -7      xc/programs/twm/Imakefile
  1.17          +128 -145  xc/programs/twm/add_window.c
  1.8           +2 -2      xc/programs/twm/add_window.h
  1.7           +7 -11     xc/programs/twm/cursor.c
  1.17          +119 -139  xc/programs/twm/events.c
  1.8           +18 -16    xc/programs/twm/gc.c
  3.11          +60 -64    xc/programs/twm/gram.y
  1.8           +52 -59    xc/programs/twm/iconmgr.c
  1.8           +2 -2      xc/programs/twm/iconmgr.h
  1.10          +31 -51    xc/programs/twm/icons.c
  1.7           +5 -5      xc/programs/twm/icons.h
  3.17          +5 -5      xc/programs/twm/lex.l
  1.11          +14 -24    xc/programs/twm/list.c
  1.7           +3 -3      xc/programs/twm/list.h
  1.26          +216 -278  xc/programs/twm/menus.c
  1.21          +68 -82    xc/programs/twm/parse.c
  1.14          +4 -4      xc/programs/twm/parse.h
  1.11          +296 -321  xc/programs/twm/resize.c
  1.9           +3 -3      xc/programs/twm/screen.h
  3.12          +51 -133   xc/programs/twm/session.c
  1.3           +2 -2      xc/programs/twm/session.h
  3.18          +36 -42    xc/programs/twm/twm.c
  3.16          +4 -4      xc/programs/twm/twm.h
  1.16          +145 -145  xc/programs/twm/twm.man
  1.16          +68 -122   xc/programs/twm/util.c
  1.9           +8 -8      xc/programs/twm/util.h
  1.2           +1 -1      xc/programs/twm/sample-twmrc/keith.twmrc
  1.2           +15 -15    xc/programs/twm/sample-twmrc/lemke.twmrc