view etc/images/gud/print.xpm @ 73351:29547db9ad61

(vc-ignore-dir-regexp): Make it into a defcustom. (vc-find-root): Don't walk higher up than ~.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Oct 2006 05:22:33 +0000
parents 8d47733bcd93
children
line wrap: on
line source

/* XPM */
static char * print_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         ... ...        ",
"          ... ...       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ... ..        ",
"          .. ..         ",
"          ..            ",
"          ..            ",
"          ..            ",
"         ....           ",
"                        ",
"                        ",
"                        "};