diff console/libgnt/gnttextview.h @ 14383:5f3058c7a7df

[gaim-migrate @ 17089] This is a little better than before. But resizing the width of a textview with a large buffer still takes too much time. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Aug 2006 23:29:42 +0000
parents 0e70bb6d32fd
children 70623f0d5cdc
line wrap: on
line diff
--- a/console/libgnt/gnttextview.h	Wed Aug 30 17:33:44 2006 +0000
+++ b/console/libgnt/gnttextview.h	Wed Aug 30 23:29:42 2006 +0000
@@ -25,6 +25,7 @@
 {
 	GntWidget parent;
 
+	GString *string;
 	GList *list;        /* List of GntTextLine */
 };