diff options
Diffstat (limited to 'ganv/text.h')
-rw-r--r-- | ganv/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ganv/text.h b/ganv/text.h index 0fc7ca0..5d0d464 100644 --- a/ganv/text.h +++ b/ganv/text.h @@ -48,6 +48,7 @@ struct _GanvText GanvTextCoords coords; GanvTextCoords old_coords; guint color; + gboolean needs_layout; }; struct _GanvTextClass { |