[gtk+] GDK W32: Add missing commas
- From: Руслан Ижбулатов <ruslanizhb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GDK W32: Add missing commas
- Date: Fri, 14 Aug 2015 12:12:24 +0000 (UTC)
commit 4a26366ff2791b28c3f102cdb4a0a31bdaf42f5d
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Fri Aug 14 12:12:01 2015 +0000
GDK W32: Add missing commas
gdk/win32/gdkcursor-win32.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index 288f87c..27b79f7 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -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 }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]