view pixmaps/arrow_right.xpm @ 5844:db5aa27cb345

[gaim-migrate @ 6275] Compile warning reduction and non-C99 compile fixen. Also fixed AIM over OSCAR's "Format Screenname" (wrong function name :-) ) He that wanders is not always lost. Deny desire and you will be happy. Slay not he that hath no ear. A good traveller has no fixed plans and is not intent upon arriving. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 13 Jun 2003 02:15:11 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"11 11 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};