view pixmaps/available.xpm @ 3495:adaa8cbf79e9

[gaim-migrate @ 3556] plugs should be inside #ifdef plugins Modified Files: src/aim.c ---------------------------------------------------------------------- committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 11 Sep 2002 05:24:44 +0000
parents c172128500ec
children
line wrap: on
line source

/* XPM */
static char * available_xpm[] = {
"12 14 5 1",
" 	c None",
".	c #333333",
"+	c #FFFF00",
"@	c #000000",
"#	c #4C4C4C",
"    ...     ",
"   .+++.    ",
"  .+++++.   ",
" .+++++++.  ",
" .++@+@++.  ",
" .++@+@++.  ",
" .+++@+++.  ",
"  .++@++.   ",
"  .++@++.   ",
"   .+++.    ",
"   #@@@#    ",
"   #@@@#    ",
"    @@@     ",
"            "};