view etc/images/ezimage/box-minus.xpm @ 106177:cb523092ddfd

* xterm.c (x_new_font): * print.c (print_object): * cmds.c (Fself_insert_command): Move declarations before statements.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 21 Nov 2009 02:33:45 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_box_minus_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #000000",
"+	c #828282",
"@	c #D19200",
"...+           +..+ ",
".@@.+          +.@.+",
"+.@@.+        +.@@@.",
"+.@@@.+++++++++.@@..",
" +..@............@.+",
" +.@..@@@@@@@@@@@..+",
" +.@@..............+",
" +.@@.@@@@@@@@@@@@.+",
" +.@@.@@@@@@@@@@@@.+",
" +.@@.@@@......@@@.+",
" +.@@.@@@......@@@.+",
"  +.@.@@@@@@@@@@@@.+",
"   +..@@@@@@@@@@@@.+",
"    +..............+",
"     ++++++++++++++ "};