GDK W32: Add missing commas

This commit is contained in:
Руслан Ижбулатов 2015-08-14 12:12:01 +00:00
parent a6b52c4275
commit 4a26366ff2

View File

@ -71,8 +71,8 @@ static DefaultCursor default_cursors[] = {
{ "nesw-resize", IDC_SIZENESW },
{ "ne-resize", IDC_SIZENESW },
{ "sw-resize", IDC_SIZENESW },
{ "nwse-resize", IDC_SIZENWSE }
{ "nw-resize", IDC_SIZENWSE }
{ "nwse-resize", IDC_SIZENWSE },
{ "nw-resize", IDC_SIZENWSE },
{ "se-resize", IDC_SIZENWSE }
};