Merge branch 'gdk4_win32_fix_dnd_move_cursor' into 'main'

gdk4-win32: Guarantee dnd-move as a cursor name

See merge request GNOME/gtk!7289
This commit is contained in:
Luca Bacci 2024-05-23 10:16:30 +00:00
commit d4899fdf1f

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