Merge branch 'gdk3_win32_fix_dnd_move_cursor' into 'gtk-3-24'

gdk3-win32: Fix invisible dnd-move cursor

See merge request GNOME/gtk!7288
This commit is contained in:
Luca Bacci 2024-05-23 10:16:43 +00:00
commit 8ae6aee9c2

View File

@ -40,6 +40,7 @@ static DefaultCursor default_cursors[] = {
{ "appstarting", IDC_APPSTARTING },
{ "arrow", IDC_ARROW },
{ "cross", IDC_CROSS },
{ "dnd-move", IDC_ARROW },
{ "hand", IDC_HAND },
{ "help", IDC_HELP },
{ "ibeam", IDC_IBEAM },