Mercurial > pidgin
annotate pixmaps/gnome_close.xpm @ 5042:20b4b0328a3e
[gaim-migrate @ 5388]
gtkpounce.c added
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sat, 05 Apr 2003 19:09:53 +0000 |
parents | faa7603ae02e |
children |
rev | line source |
---|---|
619 | 1 /* XPM */ |
2 static char * gnome_close_xpm[] = { | |
3 "24 24 2 1", | |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . .. ", | |
13 " .. .... ", | |
14 " .. ... ", | |
15 " ..... ", | |
16 " ... ", | |
17 " .... ", | |
18 " ...... ", | |
19 " .. .... ", | |
20 " .. .... ", | |
21 " . .. ", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " ", | |
29 " "}; |