annotate 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 |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static char * tb_drag_arrow_left_xpm[] = {
|
|
3 "16 13 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " .. ",
|
|
8 " ... ",
|
|
9 " .... ",
|
|
10 " ..... ",
|
|
11 " ...............",
|
|
12 "................",
|
|
13 " ...............",
|
|
14 " ..... ",
|
|
15 " .... ",
|
|
16 " ... ",
|
|
17 " .. ",
|
|
18 " . "};
|