annotate pixmaps/gnomeicu-offline.xpm @ 4554:fbf9f873abfc
[gaim-migrate @ 4834]
Added Doxyfile.in, so we can now generate nice happy documentation by
typing "make docs"
You'll need doxygen installed to generate the docs. You don't need it to
compile gaim.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Fri, 07 Feb 2003 22:52:19 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
2501
|
1 /* XPM */
|
2984
|
2 static char * icon_offline_xpm[] = {
|
3015
|
3 "12 12 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #F80000",
|
|
8 "# c #F8FC00",
|
|
9 " .. .. ",
|
|
10 " .+@.+@. ",
|
|
11 " .@@.@@... ",
|
|
12 " ...@.@@.+@.",
|
|
13 ".+@@....+@@.",
|
|
14 ".@@@.+#.... ",
|
|
15 " ....##.+@@.",
|
|
16 ".+@@....@@@.",
|
|
17 ".@@.+@.+... ",
|
|
18 " ...@@.@@. ",
|
|
19 " .@@.@@. ",
|
|
20 " .. .. "};
|