mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
win32: Guarantee dnd-move as a cursor name
gdk currently falls back to the default cursor, which may not be approriate for rendering a DnD move.
This commit is contained in:
parent
e1f7c027d7
commit
aa057da1ca
@ -37,6 +37,7 @@ static struct {
|
||||
{ "appstarting", IDC_APPSTARTING },
|
||||
{ "arrow", IDC_ARROW },
|
||||
{ "cross", IDC_CROSS },
|
||||
{ "dnd-move", IDC_ARROW },
|
||||
{ "hand", IDC_HAND },
|
||||
{ "help", IDC_HELP },
|
||||
{ "ibeam", IDC_IBEAM },
|
||||
|
Loading…
Reference in New Issue
Block a user