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

  1. /* XPM */
  2. static const char *protected_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 6 1",
  5. /* colors */
  6. "` c #000000",
  7. "a c #80c080",
  8. "b c #c0ffc0",
  9. "c c none",
  10. "d c #c0ffc0",
  11. "e c #408040",
  12. /* pixels */
  13. "cccccccccccccccc",
  14. "cccccccccccccccc",
  15. "cccccccccccccccc",
  16. "cccccccccccccccc",
  17. "cccccccccccccccc",
  18. "cccccccccc```ccc",
  19. "ccccccccc`daa`cc",
  20. "cccccccc`da`bd`c",
  21. "cccccccc`a`c`d`c",
  22. "ccccccc`````````",
  23. "ccccccc`dddaaae`",
  24. "ccccccc`daa`aae`",
  25. "ccccccc`da`eaae`",
  26. "ccccccc`da`daee`",
  27. "ccccccc`````````",
  28. "cccccccccccccccc"
  29. };