view pixmaps/tb_refresh.xpm @ 4884:5496d1704ee0

[gaim-migrate @ 5214] Aaron Namba (musicmanan) writes: " I am using target i386-unknown-freebsd4.7 with perl 5.00503. I had to modify src/perl.c slightly to get it libintl.a to link properly. I got this idea from http://archive.develooper.com/perl-xs@perl.org/msg00773.html, not sure whether it was the proper thing to do. But gaim seems to work properly. Here's the diff... " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 25 Mar 2003 01:20:36 +0000
parents 6f049002d963
children
line wrap: on
line source

/* XPM */
static char *tb_refresh_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 10 1",
"  c black",
". c #37452b",
"X c #004300550035",
"o c #475937",
"O c #4c603c",
"+ c #526741",
"@ c #566b43",
"# c #5a7046",
"$ c #5c7449",
"% c None",
/* pixels */
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%% %%%%%%%%%%%%",
"%%%%%%%%%%  %%%%%%%%%%%%",
"%%%%%%%%% @O   %%%%%%%%%",
"%%%%%%%% +#++OX  %%%%%%%",
"%%%%%%%%% @+   XX %%%%%%",
"%%%%%%% %%  %%% . %%%%%%",
"%%%%%% %%%% %%%% . %%%%%",
"%%%%%  %%%%%%%%%%  %%%%%",
"%%%%%  %%%%%%%%%%  %%%%%",
"%%%%% X %%%% %%%% %%%%%%",
"%%%%%% X %%%  %% %%%%%%%",
"%%%%%% XO   +o %%%%%%%%%",
"%%%%%%%  ++$+O+ %%%%%%%%",
"%%%%%%%%%   OX %%%%%%%%%",
"%%%%%%%%%%%%  %%%%%%%%%%",
"%%%%%%%%%%%% %%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%"
};