summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <bratsche@src.gnome.org>2007-05-29 01:04:20 +0000
committerCody Russell <bratsche@src.gnome.org>2007-05-29 01:04:20 +0000
commitba343d9632487246cb0e7e89c36a1bfd0f746207 (patch)
treeae029a15e7d0562dfda04c796767448876490486
parent775add3523af28540aa71ebe946de8cbea3ef940 (diff)
downloadgdk-pixbuf-ba343d9632487246cb0e7e89c36a1bfd0f746207.tar.gz
Fix initialization of last cursor
svn path=/branches/gtk-2-10/; revision=17972
-rw-r--r--ChangeLog4
-rw-r--r--gdk/win32/xcursors.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6704ffab..cdc04bb9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-28 Cody Russell <bratsche@gnome.org>
+
+ * gdk/win32/xcursors.h: Fix initialization of last item. (#440511)
+
2007-05-27 Tor Lillqvist <tml@novell.com>
* configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
diff --git a/gdk/win32/xcursors.h b/gdk/win32/xcursors.h
index 78889a175..8cd9d2f4f 100644
--- a/gdk/win32/xcursors.h
+++ b/gdk/win32/xcursors.h
@@ -355,5 +355,5 @@ static const struct { const gchar *name; const gchar *builtin; gint type; guchar
"\125\025\132\232\225\152\124\026\120\001\220\000\144\000\031\000"
"\006\100\001\220\000\144\000\031\000\006\100\005\224\025\251\126"
"\246\245\124\125" },
- { NULL, 0, 0, 0, 0, 0, NULL },
+ { NULL, NULL, 0, 0, 0, 0, 0, NULL },
};