view src/icons/marker.xpm @ 1811:f405ec9b696b default tip

Some small logic mistakes Use boolean operators for booleans and bitwise otherwise only.
author mow
date Mon, 10 May 2010 11:33:13 +0000
parents d907d608745f
children
line wrap: on
line source

/* XPM */
static char * marker_xpm[] = {
"26 32 3 1",
" 	c None",
".	c #000000",
"+	c #FF0000",
"           ....           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"    ..     .++.     ..    ",
"    .+.    .++.    .+.    ",
"    .++.   .++.   .++.    ",
"    .+++.  .++.  .+++.    ",
".....++++. .++. .++++.....",
".+++++++++..++..+++++++++.",
".++++++++++.++.++++++++++.",
".+++++++++..++..+++++++++.",
".....++++. .++. .++++.....",
"    .+++.  .++.  .+++.    ",
"    .++.   .++.   .++.    ",
"    .+.    .++.    .+.    ",
"    ..     .++.     ..    ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           .++.           ",
"           ....           "};