diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-06-09 21:01:45 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-06-09 21:01:45 +0000 |
commit | a1fe6d0337f1f234a6ac3ece433be960d17a9578 (patch) | |
tree | a9f623e0bf6584399f99335fad8182ce97baef83 /gtk/gtkhandlebox.h | |
parent | aff37e7bea575f4b874053384bce9451f20d0e92 (diff) | |
download | gtk+-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.h | 1 |
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) */ }; |