annotate pixmaps/underline.xpm @ 504:182074f73487
[gaim-migrate @ 514]
0.9.21 stuff
committer: Tailor Script <tailor@pidgin.im>
author |
Rob Flynn <gaim@robflynn.com> |
date |
Tue, 18 Jul 2000 18:13:23 +0000 |
parents |
2846a03bda67 |
children |
267ed2b889ee |
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * underline_xpm[] = {
|
|
3 "22 17 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 " "};
|