diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-14 21:25:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-14 21:25:06 -0700 |
commit | a8ee8e937e8d939522f18fa5723afea084221467 (patch) | |
tree | 46430bb72fdb1d680d50031a9a744737f7ac7d9a /Bitmap.h | |
parent | 64eacd3665306283d126d0df7cf63a071e576c38 (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>
Diffstat (limited to 'Bitmap.h')
-rw-r--r-- | Bitmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ from The Open Group. /* Resources: Name Class RepType Default Value - ---- ----- ------- ------------- + ---- ----- ------- ------------- background Background Pixel XtDefaultBackground foreground Foredround Pixel XtDefaultForeground highlight Highlight Pixel XtDefaultForeground @@ -73,7 +73,7 @@ from The Open Group. stipple Stipple Bitmap XtUnspecifiedPixmap proportional Proportional Boolean True axes Axes Boolean True - button1Function Button1Function ButtonFunction Set + button1Function Button1Function ButtonFunction Set button2Function Button2Function ButtonFunction Invert button3Function Button3Function ButtonFunction Clear button4Function Button4Function ButtonFunction Invert @@ -187,7 +187,7 @@ typedef struct _BitmapRec *BitmapWidget; extern WidgetClass bitmapWidgetClass; -extern Boolean BWEngageRequest(Widget w, BWRequest name, Boolean trap, +extern Boolean BWEngageRequest(Widget w, BWRequest name, Boolean trap, XtPointer call_data, Cardinal call_data_size); extern Boolean BWTerminateRequest(Widget w, Boolean cont); |