mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
Merge branch 'dnd-cursor-names' into 'main'
dnd: Use standard cursor names Closes #6337 See merge request GNOME/gtk!6770
This commit is contained in:
commit
9f9cea219f
@ -56,10 +56,10 @@ static struct {
|
|||||||
GdkCursor *cursor;
|
GdkCursor *cursor;
|
||||||
} drag_cursors[] = {
|
} drag_cursors[] = {
|
||||||
{ GDK_ACTION_ASK, "dnd-ask", NULL },
|
{ GDK_ACTION_ASK, "dnd-ask", NULL },
|
||||||
{ GDK_ACTION_COPY, "dnd-copy", NULL },
|
{ GDK_ACTION_COPY, "copy", NULL },
|
||||||
{ GDK_ACTION_MOVE, "dnd-move", NULL },
|
{ GDK_ACTION_MOVE, "move", NULL },
|
||||||
{ GDK_ACTION_LINK, "dnd-link", NULL },
|
{ GDK_ACTION_LINK, "alias", NULL },
|
||||||
{ 0, "dnd-none", NULL },
|
{ 0, "no-drop", NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user