annotate pixmaps/big.xpm @ 1853:c5b895edf254
[gaim-migrate @ 1863]
(15:19:45) faceprint: warmenhoven: need to change the one instance of "vCard" to "VCARD" in plugins/jabber/jabber.c, do you really want a patch for it?
(15:20:01) warmenhoven: haha, no, i think i can manage without one.
(15:20:17) faceprint: good
(15:20:32) faceprint: i was going to find some way to have someone hit you otherwise ;-)
committer: Tailor Script <tailor@pidgin.im>
author |
Eric Warmenhoven <eric@warmenhoven.org> |
date |
Wed, 16 May 2001 22:21:22 +0000 |
parents |
9d5e7e987103 |
children |
|
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char *big_xpm[] = {
|
|
3 /* columns rows colors chars-per-pixel */
|
790
|
4 "17 13 7 1",
|
1
|
5 " c Gray0",
|
|
6 ". c Gray40",
|
|
7 "X c #666666669999",
|
|
8 "o c Magenta",
|
|
9 "O c #999999996666",
|
|
10 "+ c Gray60",
|
|
11 "@ c None",
|
|
12 /* pixels */
|
790
|
13 "@@@@@@@@@@@@@@@@@",
|
|
14 "@@@@@@@@@@@@@@@@@",
|
|
15 "@@@ @@@@@@@ @@@@@",
|
|
16 "@@ @@@@@@ @@@@@",
|
|
17 "@ @@@@ @@@@",
|
|
18 "@ @@@@ @@@@",
|
|
19 "@ . . @@@ @ @@@",
|
|
20 "@XOXO.@@@ @ @@@",
|
|
21 "@OXOX@@@@ @@@",
|
|
22 "@XOXO.@@ @@@ @@",
|
|
23 "@@@@@@@@ @@@ @@",
|
|
24 "@@@@@@@ @ @",
|
|
25 "@@@@@@@@@@@@@@@@@",
|
1
|
26 };
|