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.

23 lines
431 B

  1. /* XPM */
  2. const char *pinshape_normal_xpm[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "15 15 2 1",
  5. ". c Black",
  6. " c #FFFFFF",
  7. /* pixels */
  8. " ",
  9. " ",
  10. " . ",
  11. " . ",
  12. " . ",
  13. " . ",
  14. " . ",
  15. " .......... ",
  16. " . ",
  17. " . ",
  18. " . ",
  19. " . ",
  20. " . ",
  21. " ",
  22. " "
  23. };