From 171973ded5c66b6f73bcf7367dc3c586affbc2db Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 22 Sep 2014 21:12:30 +0000 Subject: add missing field --- Graph.c | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit v1.2.3