view lisp/toolbar/close.xpm @ 59470:f009f3970cd9

(mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region) (mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events rather than fiddle with mouse-autoselect-window.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Jan 2005 15:36:57 +0000
parents 734ff40978ad
children
line wrap: on
line source

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