[comp.windows.x] Building HP widgets?!?

wood@acf4.NYU.EDU (David Wood) (10/18/89)

	Forgive me if this has been dealt with here before, but...

	I'm trying to build the HP widgets that come with the
	contibuted part of the X11R3 distribution.  I can't build
	them because the definition of CompositeClassPart used is 
	from X11/contrib/widgets/Xhp/Xt/CompositeP.h and is not the
	same one as found in X11/lib/Xt/CompositeP.h.  I've
	applied patches up to level 10 - I don't think I have missed
	any.

	X11/contrib/widgets/Xhp/Xt/CompositeP.h has the following...

typedef struct _CompositeClassPart {
    XtGeometryHandler geometry_manager;   /* geometry manager for children   */
    XtWidgetProc      change_managed;     /* change managed state of child   */
    XtArgsProc        insert_child;       /* physically add child to parent  */
    XtWidgetProc      delete_child;       /* physically remove child         */
    XtWidgetProc      move_focus_to_next; /* move Focus to next child        */
    XtWidgetProc      move_focus_to_prev; /* move Focus to previous child    */
} CompositeClassPart;

	X11/lib/Xt/CompositeP.h has the following...

typedef struct _CompositeClassPart {
    XtGeometryHandler geometry_manager;   /* geometry manager for children   */
    XtWidgetProc      change_managed;     /* change managed state of child   */
    XtWidgetProc      insert_child;       /* physically add child to parent  */
    XtWidgetProc      delete_child;       /* physically remove child         */
    caddr_t         extension;          /* pointer to extension record      */
} CompositeClassPart,*CompositePartPtr;
	
	What am I missing ?!?!?!

 -------------------------------------------------------------------------
 David Wood					wood@acf2.nyu.edu
 New York University				...!uunet!cmcl2!wood
 212-998-3029
 		"Brain. Brain. What is brain?" 
			Kara the Eymorg, "Spock's Brain", Stardate 5432.3
 -------------------------------------------------------------------------