mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
GDK W32: Add missing commas
This commit is contained in:
parent
a6b52c4275
commit
4a26366ff2
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user