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

  1. /* XPM */
  2. static const char *flCheckBrowser_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 6 1",
  5. /* colors */
  6. "a c #606060",
  7. "b c #808080",
  8. "c c none",
  9. "d c #c0c0c0",
  10. "e c #ffffff",
  11. "f c #000000",
  12. /* pixels */
  13. "cccccccccccccccc",
  14. "dddddddddddddddc",
  15. "dfffffffffffffdc",
  16. "dfeeeeeeeeebbfdc",
  17. "dfefffeeeeebdfdc",
  18. "dfefefeeeeebdfdc",
  19. "dfefffeeeeebffdc",
  20. "dfeeeeeeeeebdfdc",
  21. "dfefffeeeeebdfdc",
  22. "dfefefeeeeebdfdc",
  23. "dfefffeeeeebdfdc",
  24. "dfbbbbbbbbbbbfdc",
  25. "dfbdddfddddbdfdc",
  26. "dfffffffffffffdc",
  27. "dddddddddddddddc",
  28. "cccccccccccccccc"
  29. };