view etc/images/close.xpm @ 105685:061e00486e48

(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit processing pending events when event is filtered for input method.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 20 Oct 2009 10:03:37 +0000 (2009-10-20)
parents 28718fa5d988
children
line wrap: on
line source
/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};