summaryrefslogtreecommitdiff
path: root/src/SetSens.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetSens.c')
-rw-r--r--src/SetSens.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/SetSens.c b/src/SetSens.c
index 3a5e95e..96940cd 100644
--- a/src/SetSens.c
+++ b/src/SetSens.c
@@ -58,6 +58,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/Xt/SetSens.c,v 1.3 2001/12/14 19:56:29 dawes Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
@@ -66,9 +67,9 @@ in this Software without prior written authorization from The Open Group.
* XtSetSensitive()
*/
-static void SetAncestorSensitive(widget, ancestor_sensitive)
- register Widget widget;
- Boolean ancestor_sensitive;
+static void SetAncestorSensitive(
+ register Widget widget,
+ Boolean ancestor_sensitive)
{
Arg args[1];
register Cardinal i;