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.

flash.xpm 382B

12345678910111213141516171819202122232425
  1. /* XPM */
  2. static char *noname[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "10 16 2 1",
  5. /* colors */
  6. " c #000000",
  7. "x c #FFFF00",
  8. /* pixels */
  9. "xx ",
  10. "xx x ",
  11. "xx xx ",
  12. "xx xxx ",
  13. "xx xxxx ",
  14. "xx xxxx ",
  15. "xxxx xx ",
  16. "xxxx xx ",
  17. "xxx xx ",
  18. "xx xx ",
  19. "x xx ",
  20. " xx ",
  21. " xx xx xx",
  22. " xxxxxx ",
  23. " xxxx ",
  24. " xx ",
  25. };