diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-02-25 04:40:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-02-25 04:40:31 +0000 |
commit | cf017477010019c58d89d9ad4eadef5f62fc466e (patch) | |
tree | bb18e6ecb34ced900980d7a6ea7c743ffe6c0835 /gtk/gtktext.h | |
parent | 82d7ac35ed7098d2a673f45631374387c90076c5 (diff) | |
download | gtk+-cf017477010019c58d89d9ad4eadef5f62fc466e.tar.gz |
One more...
Diffstat (limited to 'gtk/gtktext.h')
-rw-r--r-- | gtk/gtktext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktext.h b/gtk/gtktext.h index c8fb82141b..c8a07d5f9c 100644 --- a/gtk/gtktext.h +++ b/gtk/gtktext.h @@ -66,6 +66,8 @@ struct _GtkText GdkPixmap* line_wrap_bitmap; GdkPixmap* line_arrow_bitmap; + GdkIC ic; + /* GAPPED TEXT SEGMENT */ /* The text, a single segment of text a'la emacs, with a gap |