diff options
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index f1ebc857db..3aa01c8690 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -160,6 +160,8 @@ struct _GtkTextAttributes guint no_hyphens : 1; guint line_height_is_absolute : 1; guint text_transform : 3; /* PangoTextTransform */ + guint word : 1; + guint sentence : 1; }; GtkTextAttributes* gtk_text_attributes_new (void); |