Fpmenu.m.pm 995 B

123456789101112131415161718192021222324252627282930
  1. /* XPM */
  2. /* $XConsortium: Fpmenu.m.pm /main/3 1995/07/18 16:59:52 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 * Fmenu [] = {
  11. /* width height ncolors cpp [x_hot y_hot] */
  12. "17 12 3 1 0 0",
  13. /* colors */
  14. " s topShadowColor m white c #bdbdbdbdbdbd",
  15. ". s background m black c #949494949494",
  16. "X s bottomShadowColor m black c #636363636363",
  17. /* pixels */
  18. " ",
  19. " ..............X ",
  20. " ..............X ",
  21. " ..............X ",
  22. " ... ...X ",
  23. " ... ......X...X ",
  24. " ... ......X...X ",
  25. " ... XXXXXXX...X ",
  26. " ..............X ",
  27. " ..............X ",
  28. " ..............X ",
  29. " XXXXXXXXXXXXXXX "};