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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user