Mercurial > emacs
view lisp/toolbar/gud-run.xpm @ 53133:50717ae10f39
Bind mouse-1 on left-fringe and right-fringe to mouse-set-point so
that hscroll still works now that clicks on fringes generate specific
mouse events.
(mouse-set-point): Note that it now works in fringes and margins
too due to new semantics of posn-point in fringes and margins.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Nov 2003 00:27:27 +0000 |
parents | 9c5f4d80a59c |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * run_xpm[] = { "24 24 9 1", " c #c0c0c0", ". c #000080", "X c #aa9faa", "o c #b5b9b5", "O c #808080", "+ c #7f7f7f", "@ c #5a60a5", "# c #9a999a", "$ c #616161", " ", " ", " ", " ", " .. ", " X.. ", " oO+++++...@ ", " @..... ", " oO+++...... ", " .@..... ", " oO++@@...... ", " ....@ .. ", " .. .....@ @ ", " @...@..@... ", " .#..... @.. ", " @.. #.. ", " ..@ ", " +.@ ", " ..$+ ", " .... ", " ", " ", " ", " "};