X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_draw.h;h=e42fae1e2cef27b6d01f1d50540b2c4fb6585dda;hb=f804d333c7b5459c3c1a6bfc188ecdc54346be73;hp=af86711eb9ef47cf07928b7577d1ab1337c7e87d;hpb=165e48ff9dc8753e95565ddf6c58b3f128490406;p=libfirm diff --git a/ir/be/bechordal_draw.h b/ir/be/bechordal_draw.h index af86711eb..e42fae1e2 100644 --- a/ir/be/bechordal_draw.h +++ b/ir/be/bechordal_draw.h @@ -56,6 +56,8 @@ struct _draw_chordal_opts_t { int h_inter_gap; int v_gap; int v_inter_gap; + int x_margin; + int y_margin; }; extern const draw_chordal_opts_t draw_chordal_def_opts; @@ -65,7 +67,6 @@ extern plotter_t *new_plotter_ps(const char *filename); extern void draw_interval_tree( const draw_chordal_opts_t *opts, const be_chordal_env_t *chordal_env, - plotter_t *plotter, const arch_env_t *env, - const arch_register_class_t *cls); + plotter_t *plotter); #endif /* _BECHORDAL_DRAW_H */