Mercurial > pidgin.yaz
view pixmaps/link.xpm @ 414:f9dc74875833
[gaim-migrate @ 424]
i really wish solaris' libc would handle null arguments better. for example,
in strlen, all they'd have to do is at the very top, add one line that says
if (!arg) return arg;
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 16 Jun 2000 10:01:10 +0000 |
parents | 2846a03bda67 |
children | d27235dafd16 |
line wrap: on
line source
/* Cute little link :) */ static char *link_xpm[] = { /* columns rows colors chars-per-pixel */ "14 14 5 1", " c #2f2f60", ". c #6060cf", "X c None", "o c #cfcfff", "O c Gray100", /* pixels */ "XXXXXXXXXXX X", "XXXXXXXXXX oO ", "XXXXXX oO. ", "XXXXX oO oO. X", "XXXX oO oO. XX", "XXX oO .. XX", "XX oO XX o XX", "X oO XXO oO XX", "X O XO oO XXX", "X oX oO XXXX", "X oO. oO XXXXX", " oO. oO XXXXXX", " O. XXXXXXX", " XXXXXXXXXXX" };