[PATCH libXaw3d 00/21] Fix old-style function defintions, round one

Yaakov (Cygwin/X) yselkowitz at users.sourceforge.net
Thu Aug 25 22:38:02 PDT 2011


From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

Wow, this is tedious work.  Round two won't be for a few days.

Yaakov Selkowitz (21):
  include: Fix old-style function definitions
  Viewport: fix too few arguments to Layout function error
  AsciiSink: Fix old-style function definitions
  AsciiSrc: Fix old-style function definitions
  AsciiText: Fix old-style function definitions
  Box: Fix old-style function definitions
  Command: Fix old-style function definitions
  Dialog: Fix old-style function definitions
  Form: Fix old-style function definitions
  Grip: Fix old-style function definitions
  Label: Fix old-style function definitions
  Layout: Fix old-style function definitions
  List: Fix old-style function definitions
  MenuButton: Fix old-style function definitions
  Paned: Fix old-style function definitions
  Panner: Fix old-style function definitions
  Porthole: Fix old-style function definitions
  Repeater: Fix old-style function definitions
  Scrollbar: Fix old-style function definitions
  Simple: Fix old-style function definitions
  Sme: Fix old-style function definitions

 include/X11/Xaw3d/FormP.h     |    5 +-
 include/X11/Xaw3d/SimpleP.h   |    4 +-
 include/X11/Xaw3d/SmeP.h      |    8 +-
 include/X11/Xaw3d/TextP.h     |    2 -
 include/X11/Xaw3d/TextSinkP.h |   73 ++++++++++-----
 include/X11/Xaw3d/TextSrcP.h  |   50 +++++++---
 include/X11/Xaw3d/ThreeDP.h   |    5 +-
 include/X11/Xaw3d/XawInit.h   |    2 +-
 src/AsciiSink.c               |  124 +++++++++---------------
 src/AsciiSrc.c                |  144 ++++++++++------------------
 src/AsciiText.c               |   11 +--
 src/Box.c                     |   69 ++++++--------
 src/Command.c                 |  105 +++++++--------------
 src/Dialog.c                  |   35 +++----
 src/Form.c                    |  106 +++++++++------------
 src/Grip.c                    |    9 +-
 src/Label.c                   |   90 +++++++----------
 src/Layout.c                  |  137 +++++++++-----------------
 src/List.c                    |  114 +++++++---------------
 src/MenuButton.c              |   13 +--
 src/Paned.c                   |  213 ++++++++++++++---------------------------
 src/Panner.c                  |  166 +++++++++++++-------------------
 src/Porthole.c                |   52 ++++------
 src/Repeater.c                |   46 ++++------
 src/Scrollbar.c               |  174 +++++++++++++---------------------
 src/Simple.c                  |   34 ++++----
 src/Sme.c                     |   30 +++----
 src/Viewport.c                |    2 +-
 28 files changed, 728 insertions(+), 1095 deletions(-)

-- 
1.7.5.1



More information about the xorg-devel mailing list