view pixmaps/tb_drag_arrow_right.xpm @ 12422:fe42d9c111f9

[gaim-migrate @ 14729] Make user_supports_text static. Rework im_mime_content_id() and im_mime_content_type(): time() takes a pointer. srand(time(NULL) ^ rand()) probably isn't any better than srand(time(NULL)) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 23:28:11 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_left_xpm[] = {
"16 13 2 1",
" 	c None",
".	c #FF0000",
"         .      ",
"         ..     ",
"         ...    ",
"         ....   ",
"         .....  ",
"............... ",
"................",
"............... ",
"         .....  ",
"         ....   ",
"         ...    ",
"         ..     ",
"         .      "};