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
532 B

18 years ago
18 years ago
18 years ago
  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char* swap_layer_xpm[];
  4. #else
  5. const char * swap_layer_xpm[] = {
  6. "16 16 6 1",
  7. " c None",
  8. ". c #B70000",
  9. "+ c #000000",
  10. "@ c #9B0000",
  11. "# c #008F00",
  12. "$ c #007900",
  13. ".......... ",
  14. ".......... + ",
  15. ".........@++++ ",
  16. ".........@+++++ ",
  17. ".......... + +++",
  18. ".......... ++",
  19. "......##########",
  20. "......##########",
  21. "......##########",
  22. "......##########",
  23. "++ ##########",
  24. "+++ + ##########",
  25. " +++++$#########",
  26. " ++++$#########",
  27. " + ##########",
  28. " ##########"};
  29. #endif