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.

26 lines
452 B

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