Fixed a small memory leak in gtkpaned, and I changed the cursor to a
"I" beam for gtkentry. -Jay
This commit is contained in:
@ -42,6 +42,7 @@ struct _GtkEntry
|
||||
|
||||
GdkWindow *text_area;
|
||||
GdkPixmap *backing_pixmap;
|
||||
GdkCursor *cursor;
|
||||
gchar *text;
|
||||
|
||||
guint16 text_size;
|
||||
|
Reference in New Issue
Block a user