summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.h
diff options
context:
space:
mode:
authorJay Painter <jpaint@src.gnome.org>1998-01-15 08:45:57 +0000
committerJay Painter <jpaint@src.gnome.org>1998-01-15 08:45:57 +0000
commit18681dc653519b6ac515e48752e7c70dba80c81c (patch)
tree0f3759b13eda6e6ca81782690413441620299e20 /gtk/gtkpaned.h
parentf91efadd4f15a5aac68c2981e18925420be41985 (diff)
downloadgtk+-18681dc653519b6ac515e48752e7c70dba80c81c.tar.gz
Fixed a small memory leak in gtkpaned, and I changed the cursor to a
"I" beam for gtkentry. -Jay
Diffstat (limited to 'gtk/gtkpaned.h')
-rw-r--r--gtk/gtkpaned.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index 1b25263b0a..db9376e0a5 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -44,6 +44,7 @@ struct _GtkPaned
GtkWidget *child2;
GdkWindow *handle;
+ GdkCursor *cursor;
GdkRectangle groove_rectangle;
GdkGC *xor_gc;