annotate etc/images/gud/pp.xpm @ 112427:bc872de587fa

* play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672). (lm): Rename to landmark. (lm-test-run): Rename to landmark-test-run.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 22 Jan 2011 15:12:51 -0500
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 " "};