summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index ddf6ab5..7bde036 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -47,13 +47,14 @@ struct _GanvBoxImpl {
/* Circle */
typedef struct {
- double x, y, radius;
+ double x, y, radius, radius_ems;
double width;
} GanvCircleCoords;
struct _GanvCircleImpl {
GanvCircleCoords coords;
GanvCircleCoords old_coords;
+ gboolean fit_label;
};
/* Edge */