Fpindc.m.pm 902 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* XPM */
  2. /* $XConsortium: Fpindc.m.pm /main/3 1995/07/18 16:58:17 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 * FindicO [] = {
  11. /* width height ncolors cpp [x_hot y_hot] */
  12. "10 20 1 1 0 0",
  13. /* colors */
  14. " s none m none c none",
  15. /* pixels */
  16. " ",
  17. " ",
  18. " ",
  19. " ",
  20. " ",
  21. " ",
  22. " ",
  23. " ",
  24. " ",
  25. " ",
  26. " ",
  27. " ",
  28. " ",
  29. " ",
  30. " ",
  31. " ",
  32. " ",
  33. " ",
  34. " ",
  35. " "};