view pixmaps/speaker.xpm @ 621:991bf4e3c9fe

[gaim-migrate @ 631] is dialogs.c about to hit v2.0 or 1.100? ;) committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Sat, 05 Aug 2000 21:54:36 +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      .",
"                "};