annotate etc/images/gud/pp.xpm @ 83648:65663fcd2caa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
author Miles Bader <miles@gnu.org>
date Tue, 31 Jul 2007 05:50:45 +0000
parents 6ea05e92aaad
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66767
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
66883
6ea05e92aaad Use a more appropriate variable name.
Nick Roberts <nickrob@snap.net.nz>
parents: 66767
diff changeset
2 static char * pp_xpm[] = {
66767
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 2 1",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c None",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #000000000000",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " ... ... ... ... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " ... ... ... ... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " ... .. ... .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " .... .... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " "};