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.

32 lines
593 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *rotate_pos_Y_xpm[];
  4. #else
  5. const char *rotate_pos_Y_xpm[] = {
  6. /* width height num_colors const chars_per_pixel */
  7. " 16 15 4 1",
  8. /* colors */
  9. ". c #000080",
  10. "# c #c0c0c0",
  11. "a c #808080",
  12. "o c #FF0000",
  13. /* pixels */
  14. "##oo###oo#######",
  15. "###oo#oo########",
  16. "####ooo#########",
  17. "####oo##########",
  18. "o##oo...########",
  19. "#oo.####..###.##",
  20. "##.#######.#..##",
  21. "##.########...##",
  22. "##.#######....##",
  23. "##a.#####.....##",
  24. "###.a###########",
  25. "################",
  26. "################",
  27. "################",
  28. "################"
  29. };
  30. #endif