diff options
Diffstat (limited to 'libgnomecanvas/gnome-canvas-text.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h index aebad84013..a706ce35eb 100644 --- a/libgnomecanvas/gnome-canvas-text.h +++ b/libgnomecanvas/gnome-canvas-text.h @@ -120,7 +120,7 @@ struct _GnomeCanvasText { gdouble xofs, yofs; /* Text offset distance from anchor position */ - gdouble affine[6]; /* The item -> canvas affine */ /*AA*/ + gdouble affine[6]; /* The item -> canvas affine */ /*AA */ GtkJustification justification; /* Justification for text */ @@ -130,7 +130,7 @@ struct _GnomeCanvasText { gint max_width; /* Maximum width of text lines */ gint height; /* Rendered text height in pixels */ - guint32 rgba; /* RGBA color for text */ /*AA*/ + guint32 rgba; /* RGBA color for text */ /*AA */ guint clip : 1; /* Use clip rectangle? */ |