Mercurial > emacs
changeset 66767:46901f50f5ca
New icons.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 09 Nov 2005 10:41:08 +0000 |
parents | 9473401e1156 |
children | c837a68bf7cb |
files | etc/images/gud/pp.pbm etc/images/gud/pp.xpm |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/pp.xpm Wed Nov 09 10:41:08 2005 +0000 @@ -0,0 +1,29 @@ +/* XPM */ +static char * print_xpm[] = { +"24 24 2 1", +" c None", +". c #000000000000", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ... ... ... ", +" ... ... ... ... ", +" .. .. .. .. ", +" .. .. .. .. ", +" .. .. .. .. ", +" .. .. .. .. ", +" .. .. .. .. ", +" ... .. ... .. ", +" .. .. .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .... .... ", +" ", +" ", +" "};