now C99 `bool`s instead of Graphviz-specific `boolean`s.
- **Breaking**: The `filled`, `landscape`, and `centered` fields of the
`layout_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s.
-- **Breaking**: The `has_images`, `has_flat_edges`, `has_sourcerank`, and
- `has_sinkrank` fields of the `Agraphinfo_t` struct are now C99 `bool`s instead
- of Graphviz-specific `boolean`s.
+- **Breaking**: The `has_images`, `has_flat_edges`, `has_sourcerank`,
+ `has_sinkrank`, and `expanded` fields of the `Agraphinfo_t` struct are now C99
+ `bool`s instead of Graphviz-specific `boolean`s.
- **Breaking**: Graphviz headers no longer define the constant `MAXSHORT`. A
drop-in replacement is `SHRT_MAX` in the C standard library’s limits.h.
- **Breaking**: Graphviz headers no lnger define `NIL` macros. A drop-in
}
if (r < GD_maxrank(root))
GD_rank(root)[r].valid = false;
- GD_expanded(subg) = TRUE;
+ GD_expanded(subg) = true;
}
static void