failed to issue an invalidParent error in XtMakeGeometryRequest-3
Submitted by Rui Feng
Assigned to Stuart Anderson @anderson
Description
Similiar with bug 4530.
XtMakeGeometryRequest-3 failed to issue an invalidParent error and XtMakeGeometryRequest-4 failed to issue an invalidGeometryManager error. The reason comes from two ways:
-
in xc/lib/Xt/Geometry.c it disables the error of invalidParent and invalidGeometryManager since many applications and toolkits (including parts of Xaw, motif and Netscape) depend on the previous Xt behaviour.
so we have to enable it for these two cases, which is related to both XtMakeGeometryRequest-3 and XtMakeGeometryRequest-4.
-
in the test case of XtMakeGeometryRequest-3 XtVaCreateWidget should be replaced by XtVaCreateManagedWidget