Fixed a small memory leak in gtkpaned, and I changed the cursor to a

"I" beam for gtkentry. -Jay
This commit is contained in:
Jay Painter
1998-01-15 08:45:57 +00:00
parent f91efadd4f
commit 18681dc653
11 changed files with 47 additions and 2 deletions

View File

@ -42,6 +42,7 @@ struct _GtkEntry
GdkWindow *text_area;
GdkPixmap *backing_pixmap;
GdkCursor *cursor;
gchar *text;
guint16 text_size;