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:
committed by
Arturo Espinosa
parent
aff37e7bea
commit
a1fe6d0337
@ -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) */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user