diff options
Diffstat (limited to 'generic/Window.c')
-rw-r--r-- | generic/Window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Window.c b/generic/Window.c index cbe37cd..972fb6b 100644 --- a/generic/Window.c +++ b/generic/Window.c @@ -657,7 +657,7 @@ Coords(Item item, static ItemClassStruct WINDOW_ITEM_CLASS = { sizeof(WindowItemStruct), False, /* has_fields */ - False, /* has_parts */ + 0, /* num_parts */ True, /* has_anchors */ "window", wind_attrs, @@ -674,6 +674,7 @@ static ItemClassStruct WINDOW_ITEM_CLASS = { NULL, /* DeleteChars */ NULL, /* Cursor */ NULL, /* Index */ + NULL, /* Part */ NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, |