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.

30 lines
523 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *showtrack_xpm[];
  4. #else
  5. const char *showtrack_xpm[] = {
  6. /* columns rows colors const chars per pixel */
  7. "16 15 3 1",
  8. "= c Red",
  9. ": c #008000",
  10. " c none",
  11. /* pixels */
  12. " : : ",
  13. "====== : : ",
  14. " = : : ",
  15. " = : : ",
  16. "==== = : : ",
  17. " = = : : ",
  18. " = = : : ",
  19. " = = : : ",
  20. " = = : : ",
  21. " = = : : ",
  22. " = = : : ",
  23. " = ==========",
  24. " = : : ",
  25. " = : : ",
  26. " ============"
  27. };
  28. #endif