view src/icons/marker.xpm @ 1674:d5c921f9bb4c

Fix a overrun data_offset + data_length could be bigger than guint which makes the calculation overflow to a value smaller then size.
author mow
date Sat, 18 Jul 2009 08:16:54 +0000
parents d907d608745f
children
line wrap: on
line source

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