projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5729393
)
maps need clusters to be emitted after nodes and edges
author
ellson
<devnull@localhost>
Fri, 28 Jul 2006 20:38:25 +0000
(20:38 +0000)
committer
ellson
<devnull@localhost>
Fri, 28 Jul 2006 20:38:25 +0000
(20:38 +0000)
plugin/core/gvrender_core_map.c
patch
|
blob
|
history
diff --git
a/plugin/core/gvrender_core_map.c
b/plugin/core/gvrender_core_map.c
index 495a5fe8128c1d9e377f47fbb98c81326f7b3dcb..ef034a5369a501f15dfedaa4593b6be2b811603b 100644
(file)
--- a/
plugin/core/gvrender_core_map.c
+++ b/
plugin/core/gvrender_core_map.c
@@
-252,7
+252,8
@@
static gvrender_engine_t map_engine = {
};
static gvrender_features_t map_features = {
- GVRENDER_Y_GOES_DOWN
+ EMIT_CLUSTERS_LAST
+ | GVRENDER_Y_GOES_DOWN
| GVRENDER_DOES_MAPS
| GVRENDER_DOES_LABELS
| GVRENDER_DOES_TOOLTIPS
@@
-270,7
+271,8
@@
static gvrender_features_t map_features = {
};
static gvrender_features_t map_features_nopoly = {
- GVRENDER_Y_GOES_DOWN
+ EMIT_CLUSTERS_LAST
+ | GVRENDER_Y_GOES_DOWN
| GVRENDER_DOES_MAPS
| GVRENDER_DOES_LABELS
| GVRENDER_DOES_TOOLTIPS