diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:14:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:14:33 -0700 |
commit | 1daba642678630fc808e265caa202b8a9e83f01c (patch) | |
tree | fda4ef5bed464f6c388e4546774e637e02ad8605 | |
parent | 9932303fbd0390628efc714d9c52718eca008015 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
65 files changed, 348 insertions, 348 deletions
diff --git a/include/X11/Xaw3d/AsciiSink.h b/include/X11/Xaw3d/AsciiSink.h index 9bcb0f7..e8136f9 100644 --- a/include/X11/Xaw3d/AsciiSink.h +++ b/include/X11/Xaw3d/AsciiSink.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/AsciiSinkP.h b/include/X11/Xaw3d/AsciiSinkP.h index db9ef14..d45a513 100644 --- a/include/X11/Xaw3d/AsciiSinkP.h +++ b/include/X11/Xaw3d/AsciiSinkP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * asciiSinkP.h - Private definitions for asciiSink object - * + * */ #ifndef _XawAsciiSinkP_h @@ -60,8 +60,8 @@ SOFTWARE. * ***********************************************************************/ -#include <X11/Xaw3d/TextSinkP.h> -#include <X11/Xaw3d/AsciiSink.h> +#include <X11/Xaw3d/TextSinkP.h> +#include <X11/Xaw3d/AsciiSink.h> /************************************************************ * diff --git a/include/X11/Xaw3d/AsciiSrc.h b/include/X11/Xaw3d/AsciiSrc.h index edcf874..e6e47ad 100644 --- a/include/X11/Xaw3d/AsciiSrc.h +++ b/include/X11/Xaw3d/AsciiSrc.h @@ -36,7 +36,7 @@ in this Software without prior written authorization from the X Consortium. * Date: June 29, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ @@ -59,7 +59,7 @@ in this Software without prior written authorization from the X Consortium. useStringInPlace UseStringInPlace Boolean False */ - + /* Class record constants */ extern WidgetClass asciiSrcObjectClass; @@ -97,7 +97,7 @@ typedef enum {XawAsciiFile, XawAsciiString} XawAsciiType; /************************************************************ * - * Public routines + * Public routines * ************************************************************/ diff --git a/include/X11/Xaw3d/AsciiSrcP.h b/include/X11/Xaw3d/AsciiSrcP.h index 549719b..11d85a9 100644 --- a/include/X11/Xaw3d/AsciiSrcP.h +++ b/include/X11/Xaw3d/AsciiSrcP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -56,13 +56,13 @@ SOFTWARE. * Date: June 29, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ -/* +/* * TextSrcP.h - Private definitions for AsciiSrc object - * + * */ #ifndef _XawAsciiSrcP_h @@ -87,10 +87,10 @@ SOFTWARE. #define streq(a, b) ( strcmp((a), (b)) == 0 ) -typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated +typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated characters. */ char * text; /* The text in this buffer. */ - XawTextPosition used; /* The number of characters of this buffer + XawTextPosition used; /* The number of characters of this buffer that have been used. */ struct _Piece *prev, *next; /* linked list pointers. */ } Piece; @@ -155,4 +155,4 @@ typedef struct _AsciiSrcRec { AsciiSrcPart ascii_src; } AsciiSrcRec; -#endif /* _XawAsciiSrcP_h */ +#endif /* _XawAsciiSrcP_h */ diff --git a/include/X11/Xaw3d/AsciiText.h b/include/X11/Xaw3d/AsciiText.h index 7da4288..8297366 100644 --- a/include/X11/Xaw3d/AsciiText.h +++ b/include/X11/Xaw3d/AsciiText.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -55,13 +55,13 @@ SOFTWARE. /* * AsciiText.c - Public header file for AsciiText Widget. * - * This Widget is intended to be used as a simple front end to the + * This Widget is intended to be used as a simple front end to the * text widget with an ascii source and ascii sink attached to it. * * Date: June 29, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ @@ -133,7 +133,7 @@ extern WidgetClass asciiTextWidgetClass; /************************************************************ * * Disk and String Emulation Info. - * + * ************************************************************/ #ifdef ASCII_STRING diff --git a/include/X11/Xaw3d/AsciiTextP.h b/include/X11/Xaw3d/AsciiTextP.h index 7e0810a..aa1feb9 100644 --- a/include/X11/Xaw3d/AsciiTextP.h +++ b/include/X11/Xaw3d/AsciiTextP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -55,13 +55,13 @@ SOFTWARE. /* * AsciiText.c - Private header file for AsciiText Widget. * - * This Widget is intended to be used as a simple front end to the + * This Widget is intended to be used as a simple front end to the * text widget with an ascii source and ascii sink attached to it. * * Date: June 29, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ @@ -100,7 +100,7 @@ typedef struct _AsciiRec { * * Ascii String Emulation widget. * - ************************************************************/ + ************************************************************/ #ifdef ASCII_STRING @@ -134,7 +134,7 @@ typedef struct _AsciiStringRec { * * Ascii Disk Emulation widget. * - ************************************************************/ + ************************************************************/ typedef struct {int empty;} AsciiDiskClassPart; diff --git a/include/X11/Xaw3d/Box.h b/include/X11/Xaw3d/Box.h index 375cef3..895535a 100644 --- a/include/X11/Xaw3d/Box.h +++ b/include/X11/Xaw3d/Box.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/BoxP.h b/include/X11/Xaw3d/BoxP.h index 6cf17c5..88ed36c 100644 --- a/include/X11/Xaw3d/BoxP.h +++ b/include/X11/Xaw3d/BoxP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * BoxP.h - Private definitions for Box widget - * + * */ #ifndef _XawBoxP_h diff --git a/include/X11/Xaw3d/Command.h b/include/X11/Xaw3d/Command.h index 46f2434..58388ec 100644 --- a/include/X11/Xaw3d/Command.h +++ b/include/X11/Xaw3d/Command.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/CommandP.h b/include/X11/Xaw3d/CommandP.h index 33f4b2e..13fc7db 100644 --- a/include/X11/Xaw3d/CommandP.h +++ b/include/X11/Xaw3d/CommandP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * CommandP.h - Private definitions for Command widget - * + * */ #ifndef _XawCommandP_h @@ -66,7 +66,7 @@ SOFTWARE. typedef enum { HighlightNone, /* Do not highlight. */ HighlightWhenUnset, /* Highlight only when unset, this is - to preserve current command widget + to preserve current command widget functionality. */ HighlightAlways /* Always highlight, lets the toggle widget and other subclasses do the right thing. */ @@ -80,7 +80,7 @@ typedef enum { /* New fields for the Command widget class record */ -typedef struct _CommandClass +typedef struct _CommandClass { int makes_compiler_happy; /* not used */ } CommandClassPart; @@ -98,7 +98,7 @@ extern CommandClassRec commandClassRec; /*************************************** * - * Instance (widget) structure + * Instance (widget) structure * **************************************/ @@ -116,7 +116,7 @@ typedef struct { XtCommandHighlight highlighted; Dimension shadow_width; /* more resources */ - int shape_style; + int shape_style; Dimension corner_round; } CommandPart; diff --git a/include/X11/Xaw3d/Dialog.h b/include/X11/Xaw3d/Dialog.h index 0ff19e5..2dbbb28 100644 --- a/include/X11/Xaw3d/Dialog.h +++ b/include/X11/Xaw3d/Dialog.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/DialogP.h b/include/X11/Xaw3d/DialogP.h index 9fbf4f1..68abc25 100644 --- a/include/X11/Xaw3d/DialogP.h +++ b/include/X11/Xaw3d/DialogP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/Form.h b/include/X11/Xaw3d/Form.h index f533992..2e4584f 100644 --- a/include/X11/Xaw3d/Form.h +++ b/include/X11/Xaw3d/Form.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -159,5 +159,5 @@ extern void XawFormDoLayout( ); _XFUNCPROTOEND - + #endif /* _XawForm_h */ diff --git a/include/X11/Xaw3d/FormP.h b/include/X11/Xaw3d/FormP.h index 50a405e..b3bacdf 100644 --- a/include/X11/Xaw3d/FormP.h +++ b/include/X11/Xaw3d/FormP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -120,7 +120,7 @@ typedef struct _FormConstraintsPart { */ /* - * What the size of this child would be if we did not impose the + * What the size of this child would be if we did not impose the * constraint the width and height must be greater than zero (0). */ short virtual_width, virtual_height; diff --git a/include/X11/Xaw3d/Grip.h b/include/X11/Xaw3d/Grip.h index 8863c3d..7c97cf3 100644 --- a/include/X11/Xaw3d/Grip.h +++ b/include/X11/Xaw3d/Grip.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -58,7 +58,7 @@ SOFTWARE. /*************************************************************************** * - * Grip Widget + * Grip Widget * **************************************************************************/ diff --git a/include/X11/Xaw3d/GripP.h b/include/X11/Xaw3d/GripP.h index 35f9117..268ece5 100644 --- a/include/X11/Xaw3d/GripP.h +++ b/include/X11/Xaw3d/GripP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/Label.h b/include/X11/Xaw3d/Label.h index f179ae8..639bb2d 100644 --- a/include/X11/Xaw3d/Label.h +++ b/include/X11/Xaw3d/Label.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/LabelP.h b/include/X11/Xaw3d/LabelP.h index cbe045b..82efb64 100644 --- a/include/X11/Xaw3d/LabelP.h +++ b/include/X11/Xaw3d/LabelP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * LabelP.h - Private definitions for Label widget - * + * */ #ifndef _XawLabelP_h diff --git a/include/X11/Xaw3d/Layout.h b/include/X11/Xaw3d/Layout.h index 6d52579..fc03ac8 100644 --- a/include/X11/Xaw3d/Layout.h +++ b/include/X11/Xaw3d/Layout.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Author: Keith Packard, MIT X Consortium @@ -75,7 +75,7 @@ * be set 10 pixels from the right edge, and take up half of the remaining * space to 10 pixels from the right edge of label-1. */ - + /* New Fields */ #define XtNlayout "layout" #define XtCLayout "Layout" diff --git a/include/X11/Xaw3d/LayoutP.h b/include/X11/Xaw3d/LayoutP.h index 5421eb0..ac037ed 100644 --- a/include/X11/Xaw3d/LayoutP.h +++ b/include/X11/Xaw3d/LayoutP.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Author: Keith Packard, MIT X Consortium @@ -78,9 +78,9 @@ #define QuarkToWidget(l,q) XtNameToWidget((Widget) l, \ (char *) XrmQuarkToString(q)); - + typedef enum _BoxType { BoxBox, WidgetBox, GlueBox, VariableBox } BoxType; - + typedef enum _LayoutDirection { LayoutHorizontal = 0, LayoutVertical = 1 } LayoutDirection; @@ -224,7 +224,7 @@ typedef struct _LayoutRec { ConstraintPart constraint; #ifdef MOTIF XmManagerPart manager; -#endif +#endif LayoutPart layout; } LayoutRec; #endif diff --git a/include/X11/Xaw3d/List.h b/include/X11/Xaw3d/List.h index 9481744..99e61df 100644 --- a/include/X11/Xaw3d/List.h +++ b/include/X11/Xaw3d/List.h @@ -24,7 +24,7 @@ in this Software without prior written authorization from the X Consortium. */ /* This is the List widget, it is useful to display a list, without the - * overhead of having a widget for each item in the list. It allows + * overhead of having a widget for each item in the list. It allows * the user to select an item in a list and notifies the application through * a callback function. * @@ -57,7 +57,7 @@ in this Software without prior written authorization from the X Consortium. cursor Cursor Cursor left_ptr cursorName Cursor String NULL defaultColumns Columns int 2 **5 - destroyCallback Callback Pointer NULL + destroyCallback Callback Pointer NULL font Font XFontStruct* XtDefaultFont forceColumns Columns Boolean False **5 foreground Foreground Pixel XtDefaultForeground @@ -83,28 +83,28 @@ in this Software without prior written authorization from the X Consortium. is set to the minimum size necessay to fit the entire list. If both Width and Height are zero then they are adjusted to fit the - entire list that is created width the number of default columns + entire list that is created width the number of default columns specified in the defaultColumns resource. **2 - This is an array of strings the specify elements of the list. - This resource must be specified. + This resource must be specified. (What good is a list widget without a list?? :-) **3 - Longest is the length of the widest string in pixels. **4 - If either of these values are zero (0) then the list widget calculates - the correct value. + the correct value. - (This allows you to make startup faster if you already have + (This allows you to make startup faster if you already have this information calculated) - NOTE: If the numberStrings value is zero the list must + NOTE: If the numberStrings value is zero the list must be NULL terminated. **5 - By setting the List.Columns resource you can force the application to - have a given number of columns. - - **6 - This returns the name and index of the item selected in an + have a given number of columns. + + **6 - This returns the name and index of the item selected in an XawListReturnStruct that is pointed to by the client_data in the CallbackProc. @@ -112,10 +112,10 @@ in this Software without prior written authorization from the X Consortium. /* - * Value returned when there are no highlighted objects. + * Value returned when there are no highlighted objects. */ -#define XAW_LIST_NONE -1 +#define XAW_LIST_NONE -1 #define XtCList "List" #define XtCSpacing "Spacing" @@ -133,7 +133,7 @@ in this Software without prior written authorization from the X Consortium. #define XtNpasteBuffer "pasteBuffer" #define XtNrowSpacing "rowSpacing" #define XtNverticalList "verticalList" - + #ifdef XAW_INTERNATIONALIZATION #ifndef XtNfontSet #define XtNfontSet "fontSet" diff --git a/include/X11/Xaw3d/ListP.h b/include/X11/Xaw3d/ListP.h index 4256592..49d9530 100644 --- a/include/X11/Xaw3d/ListP.h +++ b/include/X11/Xaw3d/ListP.h @@ -24,9 +24,9 @@ in this Software without prior written authorization from the X Consortium. */ -/* +/* * ListP.h - Private definitions for List widget - * + * * This is a List widget. It allows the user to select an item in a list and * notifies the application through a callback function. * diff --git a/include/X11/Xaw3d/MenuButtoP.h b/include/X11/Xaw3d/MenuButtoP.h index 4624a1c..ab52205 100644 --- a/include/X11/Xaw3d/MenuButtoP.h +++ b/include/X11/Xaw3d/MenuButtoP.h @@ -38,7 +38,7 @@ in this Software without prior written authorization from the X Consortium. * Date: May 2, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ @@ -56,7 +56,7 @@ in this Software without prior written authorization from the X Consortium. /* New fields for the MenuButton widget class record */ -typedef struct _MenuButtonClass +typedef struct _MenuButtonClass { int makes_compiler_happy; /* not used */ } MenuButtonClassPart; @@ -75,7 +75,7 @@ extern MenuButtonClassRec menuButtonClassRec; /*************************************** * - * Instance (widget) structure + * Instance (widget) structure * **************************************/ diff --git a/include/X11/Xaw3d/MenuButton.h b/include/X11/Xaw3d/MenuButton.h index 0be2531..91005a6 100644 --- a/include/X11/Xaw3d/MenuButton.h +++ b/include/X11/Xaw3d/MenuButton.h @@ -38,7 +38,7 @@ in this Software without prior written authorization from the X Consortium. * Date: May 2, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ diff --git a/include/X11/Xaw3d/MultiSink.h b/include/X11/Xaw3d/MultiSink.h index 26c0627..8e2219f 100644 --- a/include/X11/Xaw3d/MultiSink.h +++ b/include/X11/Xaw3d/MultiSink.h @@ -52,13 +52,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/MultiSinkP.h b/include/X11/Xaw3d/MultiSinkP.h index 5f6c14d..7269f73 100644 --- a/include/X11/Xaw3d/MultiSinkP.h +++ b/include/X11/Xaw3d/MultiSinkP.h @@ -53,13 +53,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -71,9 +71,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * multiSinkP.h - Private definitions for multiSink object - * + * */ #ifndef _XawMultiSinkP_h @@ -85,8 +85,8 @@ SOFTWARE. * ***********************************************************************/ -#include <X11/Xaw3d/TextSinkP.h> -#include <X11/Xaw3d/MultiSink.h> +#include <X11/Xaw3d/TextSinkP.h> +#include <X11/Xaw3d/MultiSink.h> /************************************************************ * diff --git a/include/X11/Xaw3d/MultiSrc.h b/include/X11/Xaw3d/MultiSrc.h index a7c2f77..a6eeb64 100644 --- a/include/X11/Xaw3d/MultiSrc.h +++ b/include/X11/Xaw3d/MultiSrc.h @@ -74,7 +74,7 @@ in this Software without prior written authorization from the X Consortium. useStringInPlace UseStringInPlace Boolean False */ - + /* Class record constants */ extern WidgetClass multiSrcObjectClass; diff --git a/include/X11/Xaw3d/MultiSrcP.h b/include/X11/Xaw3d/MultiSrcP.h index 487b5ba..8854795 100644 --- a/include/X11/Xaw3d/MultiSrcP.h +++ b/include/X11/Xaw3d/MultiSrcP.h @@ -53,13 +53,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -81,13 +81,13 @@ SOFTWARE. * Date: June 29, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ -/* +/* * TextSrcP.h - Private definitions for MultiSrc object - * + * */ /* @@ -118,10 +118,10 @@ SOFTWARE. #define streq(a, b) ( strcmp((a), (b)) == 0 ) -typedef struct _MultiPiece { /* Piece of the text file of BUFSIZ allocated +typedef struct _MultiPiece { /* Piece of the text file of BUFSIZ allocated characters. */ wchar_t* text; /* The text in this buffer. */ - XawTextPosition used; /* The number of characters of this buffer + XawTextPosition used; /* The number of characters of this buffer that have been used. */ struct _MultiPiece *prev, *next; /* linked list pointers. */ } MultiPiece; diff --git a/include/X11/Xaw3d/Paned.h b/include/X11/Xaw3d/Paned.h index f88226d..0749fa0 100644 --- a/include/X11/Xaw3d/Paned.h +++ b/include/X11/Xaw3d/Paned.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -161,7 +161,7 @@ typedef struct _PanedRec *PanedWidget; /************************************************************ * - * Public Procedures + * Public Procedures * ************************************************************/ @@ -194,7 +194,7 @@ extern void XawPanedGetMinMax( ); /* Function Name: XawPanedSetRefigureMode - * Description: Allows a flag to be set the will inhibit + * Description: Allows a flag to be set the will inhibit * the paned widgets relayout routine. * Arguments: w - the paned widget. * mode - if FALSE then inhibit refigure. diff --git a/include/X11/Xaw3d/PanedP.h b/include/X11/Xaw3d/PanedP.h index 4c44f0b..ca9489c 100644 --- a/include/X11/Xaw3d/PanedP.h +++ b/include/X11/Xaw3d/PanedP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -100,7 +100,7 @@ typedef struct _PanedConstraintsPart { Dimension preferred_size; /* The Preferred size of the pane. Iff this is zero then ask child for size.*/ Boolean resize_to_pref; /* resize this pane to its preferred size - on a resize or change managed after + on a resize or change managed after realize. */ /* Private state. */ @@ -108,7 +108,7 @@ typedef struct _PanedConstraintsPart { Position olddelta; /* The last value of dy. */ Boolean paned_adjusted_me; /* Has the vpaned adjusted this widget w/o user interaction to make things fit? */ - Dimension wp_size; /* widget's preferred size */ + Dimension wp_size; /* widget's preferred size */ int size; /* the size the widget will actually get. */ Widget grip; /* The grip for this child */ @@ -132,9 +132,9 @@ typedef struct _PaneStack { /* New Fields for the Paned widget record */ typedef struct { /* resources */ - Position grip_indent; /* Location of grips (offset + Position grip_indent; /* Location of grips (offset from right margin) */ - Boolean refiguremode; /* Whether to refigure changes + Boolean refiguremode; /* Whether to refigure changes right now */ XtTranslations grip_translations; /* grip translation table */ Pixel internal_bp; /* color of internal borders. */ diff --git a/include/X11/Xaw3d/Panner.h b/include/X11/Xaw3d/Panner.h index c8173cf..155813b 100644 --- a/include/X11/Xaw3d/Panner.h +++ b/include/X11/Xaw3d/Panner.h @@ -31,16 +31,16 @@ in this Software without prior written authorization from the X Consortium. #include <X11/Xaw3d/Reports.h> /***************************************************************************** - * + * * Panner Widget (subclass of Simple) - * + * * This widget is used to represent navigation in a 2d coordinate system. - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * allowOff AllowOff Boolean FALSE * background Background Pixel XtDefaultBackground * backgroundStipple BackgroundStipple String NULL @@ -59,7 +59,7 @@ in this Software without prior written authorization from the X Consortium. * sliderY SliderY Position 0 * sliderWidth SliderWidth Dimension 0 * sliderHeight SliderHeight Dimension 0 - * + * *****************************************************************************/ /* new instance and class names */ diff --git a/include/X11/Xaw3d/Porthole.h b/include/X11/Xaw3d/Porthole.h index 8fddb5c..2961417 100644 --- a/include/X11/Xaw3d/Porthole.h +++ b/include/X11/Xaw3d/Porthole.h @@ -31,17 +31,17 @@ in this Software without prior written authorization from the X Consortium. #include <X11/Xaw3d/Reports.h> /***************************************************************************** - * + * * Porthole Widget (subclass of Composite) - * + * * This widget is similar to a viewport without scrollbars. Child movement * is done by external panners or scrollbars. - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * background Background Pixel XtDefaultBackground * border BorderColor Pixel XtDefaultForeground * borderWidth BorderWidth Dimension 1 @@ -50,7 +50,7 @@ in this Software without prior written authorization from the X Consortium. * width Width Dimension 0 * x Position Position 0 * y Position Position 0 - * + * *****************************************************************************/ /* external declarations */ diff --git a/include/X11/Xaw3d/Repeater.h b/include/X11/Xaw3d/Repeater.h index 549b042..570aeb5 100644 --- a/include/X11/Xaw3d/Repeater.h +++ b/include/X11/Xaw3d/Repeater.h @@ -31,16 +31,16 @@ in this Software without prior written authorization from the X Consortium. #include <X11/Xaw3d/Command.h> /***************************************************************************** - * + * * Repeater Widget (subclass of Command) - * + * * This widget is a push button that repeatedly fires when held down. - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * decay Decay int 5 milliseconds * flash Boolean Boolean FALSE * initialDelay Delay int 200 milliseconds @@ -48,7 +48,7 @@ in this Software without prior written authorization from the X Consortium. * repeatDelay Delay int 50 milliseconds * startCallback StartCallback XtCallbackList NULL * stopCallback StopCallback XtCallbackList NULL - * + * *****************************************************************************/ /* new instance and class names */ diff --git a/include/X11/Xaw3d/Scrollbar.h b/include/X11/Xaw3d/Scrollbar.h index 2176fe3..158e561 100644 --- a/include/X11/Xaw3d/Scrollbar.h +++ b/include/X11/Xaw3d/Scrollbar.h @@ -106,8 +106,8 @@ SOFTWARE. */ -/* - * Most things we need are in StringDefs.h +/* + * Most things we need are in StringDefs.h */ #define XtCMinimumThumb "MinimumThumb" diff --git a/include/X11/Xaw3d/Simple.h b/include/X11/Xaw3d/Simple.h index cab3125..1b8aa23 100644 --- a/include/X11/Xaw3d/Simple.h +++ b/include/X11/Xaw3d/Simple.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/SimpleMenP.h b/include/X11/Xaw3d/SimpleMenP.h index 6b67e90..02f7d37 100644 --- a/include/X11/Xaw3d/SimpleMenP.h +++ b/include/X11/Xaw3d/SimpleMenP.h @@ -80,7 +80,7 @@ typedef struct _SimpleMenuPart { Boolean recursive_set_values; /* contain a possible infinite loop. */ - Boolean menu_width; /* If true then force width to remain + Boolean menu_width; /* If true then force width to remain core.width */ Boolean menu_height; /* Just like menu_width, but for height. */ @@ -90,8 +90,8 @@ typedef struct _SimpleMenuPart { Widget threeD; /* 3d drawing stuff */ SmeObject *first_entry; /* the first entry */ - SmeObject *current_first; /* the first entry displayed */ - Dimension last_y; + SmeObject *current_first; /* the first entry displayed */ + Dimension last_y; int first_y; /* Dimension doesn't do negatives! */ int jump_val; /* number of entries to scroll by */ Boolean too_tall; /* menu doesn't fit on screen */ diff --git a/include/X11/Xaw3d/SimpleMenu.h b/include/X11/Xaw3d/SimpleMenu.h index b8ffc18..23b761d 100644 --- a/include/X11/Xaw3d/SimpleMenu.h +++ b/include/X11/Xaw3d/SimpleMenu.h @@ -38,7 +38,7 @@ in this Software without prior written authorization from the X Consortium. * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ @@ -125,7 +125,7 @@ _XFUNCPROTOBEGIN extern void XawSimpleMenuAddGlobalActions( XtAppContext /* app_con */ ); - + /* Function Name: XawSimpleMenuGetActiveEntry * Description: Gets the currently active (set) entry. * Arguments: w - the smw widget. diff --git a/include/X11/Xaw3d/SimpleP.h b/include/X11/Xaw3d/SimpleP.h index 96e9050..487318a 100644 --- a/include/X11/Xaw3d/SimpleP.h +++ b/include/X11/Xaw3d/SimpleP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/Sme.h b/include/X11/Xaw3d/Sme.h index 3fbe91e..2d2dff4 100644 --- a/include/X11/Xaw3d/Sme.h +++ b/include/X11/Xaw3d/Sme.h @@ -27,12 +27,12 @@ in this Software without prior written authorization from the X Consortium. * Sme.h - Public Header file for Sme object. * * This is the public header file for the Athena Sme object. - * It is intended to be used with the simple menu widget. + * It is intended to be used with the simple menu widget. * * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ diff --git a/include/X11/Xaw3d/SmeBSB.h b/include/X11/Xaw3d/SmeBSB.h index b7e91db..0d07037 100644 --- a/include/X11/Xaw3d/SmeBSB.h +++ b/include/X11/Xaw3d/SmeBSB.h @@ -33,7 +33,7 @@ in this Software without prior written authorization from the X Consortium. * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ diff --git a/include/X11/Xaw3d/SmeBSBP.h b/include/X11/Xaw3d/SmeBSBP.h index 1caff03..0bf9489 100644 --- a/include/X11/Xaw3d/SmeBSBP.h +++ b/include/X11/Xaw3d/SmeBSBP.h @@ -25,9 +25,9 @@ in this Software without prior written authorization from the X Consortium. * Author: Chris D. Peterson, MIT X Consortium */ -/* +/* * SmeP.h - Private definitions for Sme object - * + * */ #ifndef _XawSmeBSBP_h diff --git a/include/X11/Xaw3d/SmeLine.h b/include/X11/Xaw3d/SmeLine.h index c42b290..fb509b7 100644 --- a/include/X11/Xaw3d/SmeLine.h +++ b/include/X11/Xaw3d/SmeLine.h @@ -28,12 +28,12 @@ in this Software without prior written authorization from the X Consortium. * SmeLine.h - Public Header file for SmeLine object. * * This is the public header file for the Athena SmeLine object. - * It is intended to be used with the simple menu widget. + * It is intended to be used with the simple menu widget. * * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ diff --git a/include/X11/Xaw3d/SmeLineP.h b/include/X11/Xaw3d/SmeLineP.h index 615c69f..5dc0ee0 100644 --- a/include/X11/Xaw3d/SmeLineP.h +++ b/include/X11/Xaw3d/SmeLineP.h @@ -25,9 +25,9 @@ in this Software without prior written authorization from the X Consortium. * Author: Chris D. Peterson, MIT X Consortium */ -/* +/* * SmeLineP.h - Private definitions for SmeLine widget - * + * */ #ifndef _XawSmeLineP_h diff --git a/include/X11/Xaw3d/SmeP.h b/include/X11/Xaw3d/SmeP.h index 888ce75..b814157 100644 --- a/include/X11/Xaw3d/SmeP.h +++ b/include/X11/Xaw3d/SmeP.h @@ -27,12 +27,12 @@ in this Software without prior written authorization from the X Consortium. * SmeP.h - Private Header file for Sme object. * * This is the private header file for the Athena Sme object. - * This object is intended to be used with the simple menu widget. + * This object is intended to be used with the simple menu widget. * * Date: April 3, 1989 * * By: Chris D. Peterson - * MIT X Consortium + * MIT X Consortium * kit@expo.lcs.mit.edu */ diff --git a/include/X11/Xaw3d/SmeThreeD.h b/include/X11/Xaw3d/SmeThreeD.h index 54f749c..dfe7a64 100644 --- a/include/X11/Xaw3d/SmeThreeD.h +++ b/include/X11/Xaw3d/SmeThreeD.h @@ -5,13 +5,13 @@ Copyright 1992 by Kaleb Keithley All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital, MIT, or Kaleb -Keithley not be used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. +Keithley not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/SmeThreeDP.h b/include/X11/Xaw3d/SmeThreeDP.h index e2211b9..d338495 100644 --- a/include/X11/Xaw3d/SmeThreeDP.h +++ b/include/X11/Xaw3d/SmeThreeDP.h @@ -5,13 +5,13 @@ Copyright 1992 by Kaleb Keithley All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital, MIT, or Kaleb -Keithley not be used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. +Keithley not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/StripCharP.h b/include/X11/Xaw3d/StripCharP.h index e3436d5..3c36d70 100644 --- a/include/X11/Xaw3d/StripCharP.h +++ b/include/X11/Xaw3d/StripCharP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -64,9 +64,9 @@ typedef struct { Pixel hipixel; /* color index for lines */ GC fgGC; /* graphics context for fgpixel */ GC hiGC; /* graphics context for hipixel */ - + /* start of graph stuff */ - + int update; /* update frequence */ int scale; /* scale factor */ int min_scale; /* smallest scale factor */ diff --git a/include/X11/Xaw3d/StripChart.h b/include/X11/Xaw3d/StripChart.h index b3cca3d..37aef00 100644 --- a/include/X11/Xaw3d/StripChart.h +++ b/include/X11/Xaw3d/StripChart.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -60,7 +60,7 @@ SOFTWARE. Name Class RepType Default Value ---- ----- ------- ------------- accelerators Accelerators AcceleratorTable NULL - ancestorSensitive AncestorSensitive Boolean True + ancestorSensitive AncestorSensitive Boolean True background Background Pixel XtDefaultBackground backgroundPixmap Pixmap Pixmap XtUnspecifiedPixmap borderColor BorderColor Pixel XtDefaultForeground @@ -106,7 +106,7 @@ SOFTWARE. #define XtNminScale "minScale" #define XtNscale "scale" #define XtNvmunix "vmunix" - + typedef struct _StripChartRec *StripChartWidget; typedef struct _StripChartClassRec *StripChartWidgetClass; diff --git a/include/X11/Xaw3d/Text.h b/include/X11/Xaw3d/Text.h index 5e546ea..42699a7 100644 --- a/include/X11/Xaw3d/Text.h +++ b/include/X11/Xaw3d/Text.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -85,7 +85,7 @@ typedef long XawTextPosition; typedef enum { XawtextScrollNever, XawtextScrollWhenNeeded, XawtextScrollAlways} XawTextScrollMode; -typedef enum { XawtextWrapNever, +typedef enum { XawtextWrapNever, XawtextWrapLine, XawtextWrapWord} XawTextWrapMode; typedef enum { XawtextResizeNever, XawtextResizeWidth, @@ -101,7 +101,7 @@ typedef struct { int length; char *ptr; unsigned long format; - } XawTextBlock, *XawTextBlockPtr; + } XawTextBlock, *XawTextBlockPtr; #include <X11/Xaw3d/TextSink.h> #include <X11/Xaw3d/TextSrc.h> @@ -175,7 +175,7 @@ extern XrmQuark _XawTextFormat( extern void XawTextDisplay( Widget /* w */ -); +); extern void XawTextEnableRedisplay( Widget /* w */ @@ -264,7 +264,7 @@ extern void XawTextDisplayCaret( _XFUNCPROTOEND /* - * For R3 compatability only. + * For R3 compatability only. */ #include <X11/Xaw3d/AsciiSrc.h> diff --git a/include/X11/Xaw3d/TextP.h b/include/X11/Xaw3d/TextP.h index e3b481b..2f791c0 100644 --- a/include/X11/Xaw3d/TextP.h +++ b/include/X11/Xaw3d/TextP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -98,10 +98,10 @@ typedef struct { typedef struct _XawTextSelectionSalt { struct _XawTextSelectionSalt *next; XawTextSelection s; - /* + /* * The element "contents" stores the CT string which is gotten in the * function _XawTextSaltAwaySelection(). - */ + */ char *contents; int length; } XawTextSelectionSalt; @@ -143,7 +143,7 @@ struct SearchAndReplace { Widget rep_one; /* The Replace one button. */ Widget rep_all; /* The Replace all button. */ }; - + /* Private Text Definitions */ /* New fields for the Text widget class record */ @@ -183,7 +183,7 @@ typedef struct _TextPart { XawTextResizeMode resize; /* what to resize */ XawTextMargin r_margin; /* The real margins. */ XtCallbackList unrealize_callbacks; /* used for scrollbars */ - + /* private state */ XawTextMargin margin; /* The current margins. */ @@ -191,7 +191,7 @@ typedef struct _TextPart { XawTextScanDirection extendDir; XawTextSelection origSel; /* the selection being modified */ Time lasttime; /* timestamp of last processed action */ - Time time; /* time of last key or button action */ + Time time; /* time of last key or button action */ Position ev_x, ev_y; /* x, y coords for key or button action */ Widget vbar, hbar; /* The scroll bars (none = NULL). */ struct SearchAndReplace * search;/* Search and replace structure. */ @@ -246,22 +246,22 @@ typedef struct _TextRec { *******************************************/ extern void _XawTextBuildLineTable ( - TextWidget /*ctx*/, - XawTextPosition /*top pos*/, + TextWidget /*ctx*/, + XawTextPosition /*top pos*/, _XtBoolean /* force_rebuild */ ); extern char* _XawTextGetSTRING( - TextWidget /*ctx*/, - XawTextPosition /*left*/, + TextWidget /*ctx*/, + XawTextPosition /*left*/, XawTextPosition /*right*/ -); +); extern void _XawTextSaltAwaySelection( - TextWidget /*ctx*/, - Atom* /*selections*/, + TextWidget /*ctx*/, + Atom* /*selections*/, int /*num_atoms*/ -); +); extern void _XawTextPosToXY( Widget /* w */, diff --git a/include/X11/Xaw3d/TextSink.h b/include/X11/Xaw3d/TextSink.h index be6ceb8..80d0dd3 100644 --- a/include/X11/Xaw3d/TextSink.h +++ b/include/X11/Xaw3d/TextSink.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -65,7 +65,7 @@ SOFTWARE. background Background Pixel XtDefaultBackground */ - + /* Class record constants */ extern WidgetClass textSinkObjectClass; @@ -84,7 +84,7 @@ typedef enum {XawisOn, XawisOff} XawTextInsertState; _XFUNCPROTOBEGIN /* Function Name: XawTextSinkDisplayText - * Description: Stub function that in subclasses will display text. + * Description: Stub function that in subclasses will display text. * Arguments: w - the TextSink Object. * x, y - location to start drawing text. * pos1, pos2 - location of starting and ending points @@ -250,7 +250,7 @@ extern int XawTextSinkMaxLines( ); /* Function Name: XawTextSinkMaxHeight - * Description: Finds the Minium height that will contain a given number + * Description: Finds the Minium height that will contain a given number * lines. * Arguments: w - the TextSink Object. * lines - the number of lines. @@ -275,7 +275,7 @@ extern void XawTextSinkSetTabs( int /* tab_count */, int* /* tabs */ ); - + /* Function Name: XawTextSinkGetCursorBounds * Description: Finds the bounding box for the insert curor (caret). * Arguments: w - the TextSinkObject. diff --git a/include/X11/Xaw3d/TextSinkP.h b/include/X11/Xaw3d/TextSinkP.h index fb3d8bd..05c2b7b 100644 --- a/include/X11/Xaw3d/TextSinkP.h +++ b/include/X11/Xaw3d/TextSinkP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * TextSinkP.h - Private definitions for TextSink object - * + * */ #ifndef _XawTextSinkP_h diff --git a/include/X11/Xaw3d/TextSrc.h b/include/X11/Xaw3d/TextSrc.h index 37f2a31..ecba9c9 100644 --- a/include/X11/Xaw3d/TextSrc.h +++ b/include/X11/Xaw3d/TextSrc.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -64,7 +64,7 @@ SOFTWARE. editType EditType XawTextEditType XawtextRead */ - + /* Class record constants */ extern WidgetClass textSrcObjectClass; @@ -134,7 +134,7 @@ extern int XawTextSourceReplace ( * dir - direction to scan. * count - which occurance if this thing to search for. * include - whether or not to include the character found in - * the position that is returned. + * the position that is returned. * Returns: The position of the text. * */ diff --git a/include/X11/Xaw3d/TextSrcP.h b/include/X11/Xaw3d/TextSrcP.h index 973420a..c1fdaef 100644 --- a/include/X11/Xaw3d/TextSrcP.h +++ b/include/X11/Xaw3d/TextSrcP.h @@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -46,9 +46,9 @@ SOFTWARE. ******************************************************************/ -/* +/* * TextSrcP.h - Private definitions for TextSrc object - * + * */ #ifndef _XawTextSrcP_h diff --git a/include/X11/Xaw3d/ThreeD.h b/include/X11/Xaw3d/ThreeD.h index bae181a..812db07 100644 --- a/include/X11/Xaw3d/ThreeD.h +++ b/include/X11/Xaw3d/ThreeD.h @@ -5,13 +5,13 @@ Copyright 1992 by Kaleb Keithley All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital, MIT, or Kaleb -Keithley not be used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. +Keithley not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -72,8 +72,8 @@ typedef enum { XtReliefNone, XtReliefRaised, XtReliefSunken, - XtReliefRidge, - XtReliefGroove + XtReliefRidge, + XtReliefGroove } XtRelief; typedef struct _ThreeDRec *ThreeDWidget; diff --git a/include/X11/Xaw3d/ThreeDP.h b/include/X11/Xaw3d/ThreeDP.h index 817753f..703ac9c 100644 --- a/include/X11/Xaw3d/ThreeDP.h +++ b/include/X11/Xaw3d/ThreeDP.h @@ -5,13 +5,13 @@ Copyright 1992 by Kaleb Keithley All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital, MIT, or Kaleb -Keithley not be used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. +Keithley not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/Toggle.h b/include/X11/Xaw3d/Toggle.h index 15acf87..df9079f 100644 --- a/include/X11/Xaw3d/Toggle.h +++ b/include/X11/Xaw3d/Toggle.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium. * Author: Chris D. Peterson * MIT X Consortium * kit@expo.lcs.mit.edu - * + * * Date: January 12, 1989 */ @@ -109,13 +109,13 @@ typedef struct _ToggleRec *ToggleWidget; /************************************************************ - * + * * Public Functions * ************************************************************/ _XFUNCPROTOBEGIN - + /* Function Name: XawToggleChangeRadioGroup * Description: Allows a toggle widget to change radio lists. * Arguments: w - The toggle widget to change lists. @@ -151,7 +151,7 @@ extern void XawToggleSetCurrent( Widget /* radio_group */, XtPointer /* radio_data */ ); - + /* Function Name: XawToggleUnsetCurrent * Description: Unsets all Toggles in the radio_group specified. * Arguments: radio_group - any toggle widget in the toggle list. diff --git a/include/X11/Xaw3d/ToggleP.h b/include/X11/Xaw3d/ToggleP.h index 98cdc2c..e784d78 100644 --- a/include/X11/Xaw3d/ToggleP.h +++ b/include/X11/Xaw3d/ToggleP.h @@ -25,13 +25,13 @@ in this Software without prior written authorization from the X Consortium. */ -/* +/* * ToggleP.h - Private definitions for Toggle widget - * + * * Author: Chris D. Peterson * MIT X Consortium * kit@expo.lcs.mit.edu - * + * * Date: January 12, 1989 * */ @@ -82,7 +82,7 @@ extern ToggleClassRec toggleClassRec; /*************************************** * - * Instance (widget) structure + * Instance (widget) structure * **************************************/ diff --git a/include/X11/Xaw3d/Tree.h b/include/X11/Xaw3d/Tree.h index 5d74e33..0a04be9 100644 --- a/include/X11/Xaw3d/Tree.h +++ b/include/X11/Xaw3d/Tree.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium. * purpose and without fee is hereby granted, provided that the above * copyright notice appear in all copies and that both the copyright notice * and this permission notice appear in supporting documentation. - * + * * Prentice Hall and the authors disclaim all warranties with regard * to this software, including all implied warranties of merchantability and * fitness. In no event shall Prentice Hall or the authors be liable @@ -37,12 +37,12 @@ in this Software without prior written authorization from the X Consortium. * resulting from loss of use, data or profits, whether in an action of * contract, negligence or other tortious action, arising out of or in * connection with the use or performance of this software. - * + * * Authors: Jim Fulton, MIT X Consortium, * based on a version by Douglas Young, Prentice Hall - * + * * This widget is based on the Tree widget described on pages 397-419 of - * Douglas Young's book "The X Window System, Programming and Applications + * Douglas Young's book "The X Window System, Programming and Applications * with Xt OSF/Motif Edition." The layout code has been rewritten to use * additional blank space to make the structure of the graph easier to see * as well as to support vertical trees. @@ -55,16 +55,16 @@ in this Software without prior written authorization from the X Consortium. #include <X11/Xmu/Converters.h> /****************************************************************************** - * + * * Tree Widget (subclass of ConstraintClass) - * + * ****************************************************************************** - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * autoReconfigure AutoReconfigure Boolean FALSE * background Background Pixel XtDefaultBackground * foreground Foreground Pixel XtDefaultForeground @@ -72,14 +72,14 @@ in this Software without prior written authorization from the X Consortium. * hSpace HSpace Dimension 20 * lineWidth LineWidth Dimension 0 * vSpace VSpace Dimension 6 - * - * + * + * * Constraint Resources attached to children: - * + * * treeGC TreeGC GC NULL * treeParent TreeParent Widget NULL - * - * + * + * *****************************************************************************/ /* new instance field names */ diff --git a/include/X11/Xaw3d/TreeP.h b/include/X11/Xaw3d/TreeP.h index c024c60..cbff653 100644 --- a/include/X11/Xaw3d/TreeP.h +++ b/include/X11/Xaw3d/TreeP.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium. * purpose and without fee is hereby granted, provided that the above * copyright notice appear in all copies and that both the copyright notice * and this permission notice appear in supporting documentation. - * + * * Prentice Hall and the authors disclaim all warranties with regard * to this software, including all implied warranties of merchantability and * fitness. In no event shall Prentice Hall or the authors be liable @@ -37,12 +37,12 @@ in this Software without prior written authorization from the X Consortium. * resulting from loss of use, data or profits, whether in an action of * contract, negligence or other tortious action, arising out of or in * connection with the use or performance of this software. - * + * * Authors: Jim Fulton, MIT X Consortium, * based on a version by Douglas Young, Prentice Hall - * + * * This widget is based on the Tree widget described on pages 397-419 of - * Douglas Young's book "The X Window System, Programming and Applications + * Douglas Young's book "The X Window System, Programming and Applications * with Xt OSF/Motif Edition." The layout code has been rewritten to use * additional blank space to make the structure of the graph easier to see * as well as to support vertical trees. diff --git a/include/X11/Xaw3d/VendorEP.h b/include/X11/Xaw3d/VendorEP.h index 448bec5..974fea9 100644 --- a/include/X11/Xaw3d/VendorEP.h +++ b/include/X11/Xaw3d/VendorEP.h @@ -17,12 +17,12 @@ * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - * SOFTWARE. + * SOFTWARE. * * Author: Seiji Kuwari OMRON Corporation * kuwa@omron.co.jp * kuwa%omron.co.jp@uunet.uu.net - */ + */ /* diff --git a/include/X11/Xaw3d/Viewport.h b/include/X11/Xaw3d/Viewport.h index eae955a..fc45b7b 100644 --- a/include/X11/Xaw3d/Viewport.h +++ b/include/X11/Xaw3d/Viewport.h @@ -28,13 +28,13 @@ Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/ViewportP.h b/include/X11/Xaw3d/ViewportP.h index 24a7ff9..89010a9 100644 --- a/include/X11/Xaw3d/ViewportP.h +++ b/include/X11/Xaw3d/ViewportP.h @@ -32,13 +32,13 @@ Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL diff --git a/include/X11/Xaw3d/Xaw3dP.h b/include/X11/Xaw3d/Xaw3dP.h index 8e46515..9082fbf 100644 --- a/include/X11/Xaw3d/Xaw3dP.h +++ b/include/X11/Xaw3d/Xaw3dP.h @@ -66,7 +66,7 @@ grayPixel( #endif #ifdef XAW_MULTIPLANE_PIXMAPS -extern Pixmap +extern Pixmap stipplePixmap( Widget, Pixmap, diff --git a/include/X11/Xaw3d/XawImP.h b/include/X11/Xaw3d/XawImP.h index 470e1b3..728a321 100644 --- a/include/X11/Xaw3d/XawImP.h +++ b/include/X11/Xaw3d/XawImP.h @@ -17,12 +17,12 @@ * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - * SOFTWARE. + * SOFTWARE. * * Author: Seiji Kuwari OMRON Corporation * kuwa@omron.co.jp * kuwa%omron.co.jp@uunet.uu.net - */ + */ /* @@ -124,64 +124,64 @@ typedef struct _contextErrDataRec XIM xim; } contextErrDataRec; -void _XawImResizeVendorShell( +void _XawImResizeVendorShell( Widget /* w */ ); -Dimension _XawImGetShellHeight( +Dimension _XawImGetShellHeight( Widget /* w */ ); -void _XawImRealize( +void _XawImRealize( Widget /* w */ ); -void _XawImInitialize( +void _XawImInitialize( Widget, /* w */ Widget /* ext */ ); -void _XawImReconnect( +void _XawImReconnect( Widget /* w */ ); -void _XawImRegister( +void _XawImRegister( Widget /* w */ ); -void _XawImUnregister( +void _XawImUnregister( Widget /* w */ ); -void _XawImSetValues( +void _XawImSetValues( Widget, /* w */ ArgList, /* args */ Cardinal /* num_args */ ); /* DON'T USE THIS FUNCTION -- it's going away in the next release */ -void _XawImVASetValues( +void _XawImVASetValues( Widget, /* w */ - ... + ... ); -void _XawImSetFocusValues( +void _XawImSetFocusValues( Widget, /* w */ ArgList, /* args */ Cardinal /* num_args */ ); /* DON'T USE THIS FUNCTION -- it's going away in the next release */ -void _XawImVASetFocusValues( +void _XawImVASetFocusValues( Widget, /* w */ - ... + ... ); -void _XawImUnsetFocus( +void _XawImUnsetFocus( Widget /* w */ ); -int _XawImWcLookupString( +int _XawImWcLookupString( Widget, /* w */ XKeyPressedEvent*, /* event */ wchar_t*, /* buffer_return */ @@ -190,15 +190,15 @@ int _XawImWcLookupString( Status* /* status return */ ); -int _XawImGetImAreaHeight( +int _XawImGetImAreaHeight( Widget /* w */ ); -void _XawImCallVendorShellExtResize( +void _XawImCallVendorShellExtResize( Widget /* w */ ); -void _XawImDestroy( +void _XawImDestroy( Widget, /* w */ Widget /* ext */ ); |