DtABsep.pm 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* XPM */
  2. /* $XConsortium: DtABsep.pm /main/3 1995/07/18 16:15:38 drk $ */
  3. /*********************************************************************
  4. * (c) Copyright 1993, 1994 Hewlett-Packard Company
  5. * (c) Copyright 1993, 1994 International Business Machines Corp.
  6. * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  7. * (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
  8. * Novell, Inc.
  9. **********************************************************************/
  10. static char * separator_s_pm[] = {
  11. /* width height ncolors cpp [x_hot y_hot] */
  12. "28 20 3 1 0 0",
  13. /* colors */
  14. " s iconGray4 m white c #949494949494",
  15. ". s iconGray8 m black c #212121212121",
  16. "X s iconGray1 m white c #dededededede",
  17. /* pixels */
  18. " ",
  19. " ",
  20. " ",
  21. " ",
  22. " ",
  23. " ",
  24. " ",
  25. " ",
  26. " ",
  27. " ",
  28. " .......................... ",
  29. " XXXXXXXXXXXXXXXXXXXXXXXXXX ",
  30. " ",
  31. " ",
  32. " ",
  33. " ",
  34. " ",
  35. " ",
  36. " ",
  37. " "};