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:
g.willems 2024-05-22 20:55:21 +02:00
parent e1f7c027d7
commit aa057da1ca

View File

@ -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 },