summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-06-09 21:01:45 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-06-09 21:01:45 +0000
commita1fe6d0337f1f234a6ac3ece433be960d17a9578 (patch)
treea9f623e0bf6584399f99335fad8182ce97baef83 /gtk/gtkhandlebox.h
parentaff37e7bea575f4b874053384bce9451f20d0e92 (diff)
downloadgtk+-a1fe6d0337f1f234a6ac3ece433be960d17a9578.tar.gz
Removed the fleur_cursor field. Now the cursor is created/destroyed on
1998-06-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkhandlebox.h (struct _GtkHandleBox): Removed the fleur_cursor field. Now the cursor is created/destroyed on demand by the routines that need it. * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): (gtk_handle_box_motion): The fleur cursor is created and destroyed only when needed.
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r--gtk/gtkhandlebox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h
index 31a6462e53..4aa0d8ea60 100644
--- a/gtk/gtkhandlebox.h
+++ b/gtk/gtkhandlebox.h
@@ -55,7 +55,6 @@ struct _GtkHandleBox
guint child_detached : 1;
guint in_drag : 1;
guint shrink_on_detach : 1;
- GdkCursor *fleur_cursor;
gint dragoff_x, dragoff_y; /* start drag position (wrt widget->window) */
};