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.
This commit is contained in:
Federico Mena Quintero
1998-06-09 21:01:45 +00:00
committed by Arturo Espinosa
parent aff37e7bea
commit a1fe6d0337
9 changed files with 81 additions and 9 deletions

View File

@ -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) */
};