annotate pixmaps/tb_drag_arrow_down.xpm @ 7285:a50eea7628cb
[gaim-migrate @ 7866]
-Renamed some old functions to aim_buddylist_bleh to fit in with
some of the other stuff.
-Removed AIM_SESS_FLAGS_bleh and replaced sess->flags with sess->nonblocking
-Made the oscar.c libfaim printf handler use a dynamic buffer instead
of static
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Thu, 16 Oct 2003 22:21:55 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static const char * arrow_down_xpm[] = {
|
|
3 "13 16 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " ... ",
|
|
7 " ... ",
|
|
8 " ... ",
|
|
9 " ... ",
|
|
10 " ... ",
|
|
11 " ... ",
|
|
12 " ... ",
|
|
13 " ... ",
|
|
14 " ... ",
|
|
15 ".............",
|
|
16 " ........... ",
|
|
17 " ......... ",
|
|
18 " ....... ",
|
|
19 " ..... ",
|
|
20 " ... ",
|
|
21 " . "};
|