summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-11-13 23:10:53 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-11-13 23:10:53 +0000
commit3552f4bbf8a62827d2dc2b93b856dba2acdda745 (patch)
tree0a6e700d0975f07f37701559feafa94813a7b04b /ChangeLog.pre-2-2
parenta0ca2a7b0d905c7aa4eba64d213853afa3e87e33 (diff)
downloadgtk+-3552f4bbf8a62827d2dc2b93b856dba2acdda745.tar.gz
Destroy the cursor after we have assigned it to the window -- there is no
1998-11-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkpaned.c (gtk_paned_realize): Destroy the cursor after we have assigned it to the window -- there is no point in keeping it around. (gtk_paned_unrealize): No need to destroy the cursor here. * gtk/gtkpaned.h (struct _GtkPaned): Removed the cursor field, as it is not needed.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-29
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 4e6e0e9b7b..06ad4d2e11 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,12 @@
+1998-11-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gtk/gtkpaned.c (gtk_paned_realize): Destroy the cursor after we
+ have assigned it to the window -- there is no point in keeping it around.
+ (gtk_paned_unrealize): No need to destroy the cursor here.
+
+ * gtk/gtkpaned.h (struct _GtkPaned): Removed the cursor field, as
+ it is not needed.
+
Fri Nov 13 11:22:38 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpixmap.c: New function gdk_pixmap_foreign_new().