annotate pixmaps/gnomeicu-dnd.xpm @ 3137:b7fce1bf6b87
[gaim-migrate @ 3152]
if i were to close my eyes
and drift away to sleep
never to awaken; my heart is growing weak
committer: Tailor Script <tailor@pidgin.im>
author |
Rob Flynn <gaim@robflynn.com> |
date |
Fri, 12 Apr 2002 02:22:28 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
1220
|
1 /* XPM */
|
|
2 static char * icon_dnd_xpm[] = {
|
3015
|
3 "12 12 6 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #00FC00",
|
|
8 "# c #F80000",
|
|
9 "$ c #F9C0C0",
|
|
10 " .. .. ",
|
|
11 " .+@.+@. ",
|
|
12 " .##.@##.. ",
|
|
13 " .#+####+#@.",
|
|
14 ".+##+##+##@.",
|
|
15 ".@@##$$##.. ",
|
|
16 " ..##$$##@@.",
|
|
17 ".+##+##+##@.",
|
|
18 ".@#+####+#. ",
|
|
19 " ..##@.##. ",
|
|
20 " .@@.@@. ",
|
|
21 " .. .. "};
|