aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2002-11-14 01:34:28 +0000
committerNick Roberts2002-11-14 01:34:28 +0000
commitd84d173e25ebeb0b36bec1c586b7692ee08b8479 (patch)
treeb0d1f60ca34a70eab235d7e93d226f99f93c1a84
parente1a6f3a453a7438f164e5ac738fee2fe51cd436d (diff)
downloademacs-d84d173e25ebeb0b36bec1c586b7692ee08b8479.tar.gz
emacs-d84d173e25ebeb0b36bec1c586b7692ee08b8479.zip
Initial debugger icons
-rw-r--r--lisp/toolbar/gud-display.xpm29
-rw-r--r--lisp/toolbar/gud-print.xpm29
2 files changed, 58 insertions, 0 deletions
diff --git a/lisp/toolbar/gud-display.xpm b/lisp/toolbar/gud-display.xpm
new file mode 100644
index 00000000000..85c57bc2aa1
--- /dev/null
+++ b/lisp/toolbar/gud-display.xpm
@@ -0,0 +1,29 @@
1/* XPM */
2static char * display_xpm[] = {
3"24 24 2 1",
4" c #C0C0C0C0C0C0",
5". c #000000000000",
6" ",
7" ",
8" ",
9" ",
10" ... ",
11" .. ",
12" .. ",
13" .. ",
14" ..... ",
15" .. .. ",
16" .. .. ",
17" .. .. ",
18" .. .. ",
19" .. .. ",
20" .. .. ",
21" .. .. ",
22" ...... ",
23" ",
24" ",
25" ",
26" ",
27" ",
28" ",
29" "};
diff --git a/lisp/toolbar/gud-print.xpm b/lisp/toolbar/gud-print.xpm
new file mode 100644
index 00000000000..cab2b7d6109
--- /dev/null
+++ b/lisp/toolbar/gud-print.xpm
@@ -0,0 +1,29 @@
1/* XPM */
2static char * print_xpm[] = {
3"24 24 2 1",
4" c #C0C0C0C0C0C0",
5". c #000000000000",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ... ... ",
15" ... ... ",
16" .. .. ",
17" .. .. ",
18" .. .. ",
19" .. .. ",
20" .. .. ",
21" ... .. ",
22" .. .. ",
23" .. ",
24" .. ",
25" .. ",
26" .... ",
27" ",
28" ",
29" "};