view pixmaps/small.xpm @ 3662:4fcd36091737

[gaim-migrate @ 3791] Anybody else hate this? WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. It's gone! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 13 Oct 2002 08:30:18 +0000
parents 9d5e7e987103
children
line wrap: on
line source

/* XPM */
static char *small_xpm[] = {
/* columns rows colors chars-per-pixel */
"17 13 5 1",
"  c Gray0",
". c Gray40",
"X c Magenta",
"o c Gray60",
"O c None",
/* pixels */
"OOOOOOOOOOOOOOOOO",
"OOOOOOOOOOOOOOOOO",
"OOOOOOOOOOOOOOOOO",
"OOOOOOOOOOOOOOOOO",
"OOOOOOOOOO.o.o.OO",
"OOOOOOOOOOo.o.oOO",
"OOOOOOOOOO.o.o.OO",
"OOOO OOOOO  .  OO",
"OOOO OOOOO     OO",
"OOO   OOOO     OO",
"OOO O OOOOO   OOO",
"OO  O  OOOOO OOOO",
"OOOOOOOOOOOOOOOOO",
};