summaryrefslogtreecommitdiff
path: root/include/X11/Xaw3d/FormP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw3d/FormP.h')
-rw-r--r--include/X11/Xaw3d/FormP.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/X11/Xaw3d/FormP.h b/include/X11/Xaw3d/FormP.h
index a7390c4..50a405e 100644
--- a/include/X11/Xaw3d/FormP.h
+++ b/include/X11/Xaw3d/FormP.h
@@ -56,10 +56,11 @@ SOFTWARE.
#define XtREdgeType "EdgeType"
typedef enum {LayoutPending, LayoutInProgress, LayoutDone} LayoutState;
-#define XtInheritLayout ((Boolean (*)())_XtInherit)
+#define XtInheritLayout \
+((Boolean (*)(FormWidget, Dimension, Dimension, Boolean))_XtInherit)
typedef struct {
- Boolean (*layout)(/* FormWidget, Dimension, Dimension */);
+ Boolean (*layout)(FormWidget, Dimension, Dimension, Boolean);
} FormClassPart;
/*