Mercurial > emacs
comparison etc/images/gud/print.xpm @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
1 /* XPM */ | |
2 static char * print_xpm[] = { | |
3 "24 24 2 1", | |
4 " c None", | |
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 " "}; |