Mercurial > pidgin.yaz
view pixmaps/refresh.xpm @ 4073:405340263d75
[gaim-migrate @ 4287]
Also from David Kaelbling:
Building gaim/0.59.6 on SGI IRIX 6.5, I found that
the accept call in core.c'socket_readable was passing
uninitialized memory around. The man page says:
... The addrlen is a value-result
parameter. It should initially contain the amount
of space pointed to by
addr; on return it will contain the actual length
(in bytes) of the
address returned. If addr is zero, addrlen is
ignored.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 14 Dec 2002 03:06:34 +0000 |
parents | 3fd5311a3894 |
children |
line wrap: on
line source
/* XPM */ static char * refresh_xpm[] = { "24 24 11 1", " c None", ". c #000000", "+ c #566B43", "@ c #4C603C", "# c #526741", "$ c #5A7046", "% c #445636", "& c #37452B", "* c #425334", "= c #475937", "- c #5C7449", " ", " ", " ", " ", " . ", " .. ", " .+@... ", " .#$##@%.. ", " .+#...%%. ", " . .. .&. ", " . . .&. ", " .. .. ", " .. .. ", " .*. . . ", " .*. .. . ", " .%@...#=. ", " ..##-#@#. ", " ...@%. ", " .. ", " . ", " ", " ", " ", " "};