forked from AuroraMiddleware/gtk
Use standard cursor names for DND
At least as far as we have them. CSS has on equivalent of dnd-ask, so we keep using that name as-is.
This commit is contained in:
parent
f2685ddf5e
commit
4b7c8218fb
@ -275,10 +275,10 @@ static struct {
|
||||
} drag_cursors[] = {
|
||||
{ GDK_ACTION_DEFAULT, NULL },
|
||||
{ GDK_ACTION_ASK, "dnd-ask", NULL, NULL },
|
||||
{ GDK_ACTION_COPY, "dnd-copy", NULL, NULL },
|
||||
{ GDK_ACTION_MOVE, "dnd-move", NULL, NULL },
|
||||
{ GDK_ACTION_LINK, "dnd-link", NULL, NULL },
|
||||
{ 0 , "dnd-none", NULL, NULL },
|
||||
{ GDK_ACTION_COPY, "copy", NULL, NULL },
|
||||
{ GDK_ACTION_MOVE, "move", NULL, NULL },
|
||||
{ GDK_ACTION_LINK, "alias", NULL, NULL },
|
||||
{ 0 , "no-drop", NULL, NULL },
|
||||
};
|
||||
|
||||
/*********************
|
||||
|
Loading…
Reference in New Issue
Block a user