view lisp/toolbar/gud-run.xpm @ 65185:7d1da711be4c

(mouse-select-or-drag-move-point): Don't pass X and Y (they are ignored anyway). (mouse-set-mark, mouse-select-window, mouse-delete-other-windows, mouse-delete-window): Make arguments optional.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 10:12:36 +0000
parents f7114bba1fd4
children
line wrap: on
line source

/* XPM */
static char * run_xpm[] = {
"24 24 9 1",
" 	c None",
".	c #000080",
"X	c #aa9faa",
"o	c #b5b9b5",
"O	c #808080",
"+	c #7f7f7f",
"@	c #5a60a5",
"#	c #9a999a",
"$	c #616161",
"                        ",
"                        ",
"                        ",
"                        ",
"              ..        ",
"             X..        ",
"     oO+++++...@        ",
"         @.....         ",
"    oO+++......         ",
"         .@.....        ",
"     oO++@@......       ",
"          ....@ ..      ",
"      ..  .....@ @      ",
"     @...@..@...        ",
"     .#..... @..        ",
"        @..  #..        ",
"             ..@        ",
"            +.@         ",
"            ..$+        ",
"            ....        ",
"                        ",
"                        ",
"                        ",
"                        "};