Skip to content
  • Matthias Clasen's avatar
    Use named cursors for the DND cursors, the names are "dnd-none", · 920b5749
    Matthias Clasen authored
    2005-06-14  Matthias Clasen  <mclasen@redhat.com>
    
    	Use named cursors for the DND cursors, the names are "dnd-none",
    	"dnd-copy", "dnd-link", "dnd-move" and "dnd-ask". Also use an RGBA
    	cursor instead of cursor+window when possible. This saves
    	roundtrips during the drag operation, and makes translucent icons
    	possible.
    
    	* gtk/gtkdndcursors.h: New file, containing inlined pixbufs
    	for the default dnd cursors.
    
    	* gtk/gtkdnd.c (struct _GtkDragSourceInfo): Store the cursors
    	used during the drag here, also store the icon pixbuf here.
    
    	* gtk/gtkdnd.c (drag_cursors): Store the cursor names here. Also
    	switch the default cursors from xbm to inlined pixbufs.
    
    	* gtk/gtkdnd.c (gtk_drag_get_cursor): This function now takes the
    	GtkDragSourceInfo as well, since it has to composite the
    	drag-specific cursors. The cursors combined from the image of
    	the themed cursor and the icon_pixbuf stored in the info.
    
    	* gtk/gtkdnd.c (gtk_drag_begin_internal): ...
    920b5749