Fix initialization of last cursor
svn path=/trunk/; revision=17973
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-28 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
|
* gdk/win32/xcursors.h: Fix initialization of last item. (#440511)
|
||||||
|
|
||||||
2007-05-28 Richard Hult <richard@imendio.com>
|
2007-05-28 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor)
|
* gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor)
|
||||||
|
|||||||
@ -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"
|
"\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"
|
"\006\100\001\220\000\144\000\031\000\006\100\005\224\025\251\126"
|
||||||
"\246\245\124\125" },
|
"\246\245\124\125" },
|
||||||
{ NULL, 0, 0, 0, 0, 0, NULL },
|
{ NULL, NULL, 0, 0, 0, 0, 0, NULL },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user