view pixmaps/tb_drag_arrow_left.xpm @ 10466:151498407e23

[gaim-migrate @ 11744] sf patch #1094369, from Kevin Stange "This change to internal.h fixes the fact that glib seems to provide the wrong printf formatting for gint64/guint64 integers. It's kinda nasty, but it eliminates some warnings compiling the MSN stuff that uses guint64s. This can be applied to both HEAD and oldstatus. I am going to have to look into why glib (or something) sets G_GINT64_MODIFIER to capital 'I' because that isn't a valid formatting character. At least not in gcc 3.3..." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 02 Jan 2005 17:38:05 +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",
"      .         ",
"     ..         ",
"    ...         ",
"   ....         ",
"  .....         ",
" ...............",
"................",
" ...............",
"  .....         ",
"   ....         ",
"    ...         ",
"     ..         ",
"      .         "};