view lisp/toolbar/gud-print.xpm @ 64280:fbf7c36d9934

(cursor_row_fully_visible_p): Allow partially visible row in minibuffer windows. (try_window): Don't check margins in minibuffer windows.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Jul 2005 09:36:12 +0000
parents f7114bba1fd4
children
line wrap: on
line source

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