view pixmaps/speaker.xpm @ 414:f9dc74875833

[gaim-migrate @ 424] i really wish solaris' libc would handle null arguments better. for example, in strlen, all they'd have to do is at the very top, add one line that says if (!arg) return arg; committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 16 Jun 2000 10:01:10 +0000
parents 2846a03bda67
children b4071be71eb4
line wrap: on
line source

/* XPM */
static char * speaker_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"16 16 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	c #808080",
"X	s iconColor2	m white	c white",
"o	s iconColor6	m white	c yellow",
"O	s iconColor1	m black	c black",
/* pixels */
"       ..      .",
"      ..X.  .   ",
"     .o.o.      ",
"    .o.oXo.    .",
"   .oo.XoX. ..  ",
" ..oXX..Xo.     ",
".X.XXX.XOX.     ",
".o.ooo.XOo. ....",
"....o...OX.     ",
" OOo.o.OXo.     ",
"   Oo..XXX. ..  ",
"    O.OXXX.    .",
"     O.OX.      ",
"      OOXO  .   ",
"       .O      .",
"                "};