aboutsummaryrefslogtreecommitdiff
path: root/Graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Graph.c')
-rw-r--r--Graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graph.c b/Graph.c
index 7a4a15f..83be919 100644
--- a/Graph.c
+++ b/Graph.c
@@ -35,6 +35,7 @@ static CompositeClassExtensionRec compositeExtension = {
.version = XtCompositeExtensionVersion,
.record_size = sizeof(CompositeClassExtensionRec),
.accepts_objects = True,
+ .allows_change_managed_set = False,
};
GraphClassRec graphClassRec = {