You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
483 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *add_zone_xpm[];
  4. #else
  5. const char * add_zone_xpm[] = {
  6. "16 16 3 1",
  7. " c None",
  8. ". c #007D00",
  9. "+ c #007E00",
  10. "................",
  11. ".... ........",
  12. "... .......",
  13. ".. ++ .....",
  14. ". .... ...",
  15. ". +. ..... ..",
  16. ". +. ...... ..",
  17. ". .... .. .",
  18. ".. ++ .. ",
  19. "... .. ... ",
  20. ".... .... ...",
  21. "............ ..",
  22. "............. .",
  23. ".............. .",
  24. "............... ",
  25. "............... "};
  26. #endif