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
committed by Mat
parent ac25e96aa1
commit 6a6da0ba81

View File

@@ -36,6 +36,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 },