Mercurial > emacs
view etc/images/gud/thread.xpm @ 106842:ca0315d80583
Add icons for reverse debugging. (3rd attempt).
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 15 Jan 2010 11:26:27 +1300 |
parents | 9a7c820f16a3 |
children |
line wrap: on
line source
/* XPM */ static char * thread_xpm[] = { "24 24 5 1", " c None", ". c #B2B2B2", "+ c #E5E5E5", "@ c #FFFFFF", "# c #000000", " ", " ", " .................... ", " .................... ", " .................... ", " ++++++@@@@@@@@++++++ ", " ++++++########++++++ ", " ++++++########++++++ ", " ......##@##@##...... ", " ......@@@##@@@...... ", " ......@@@##@@@...... ", " ++++++@@@##@@@++++++ ", " ++++++@@@##@@@++++++ ", " ++++++@@@##@@@++++++ ", " ######@@@##@@@###### ", " ######@@@##@@@###### ", " ######@@@##@@@###### ", " ++++++@@@##@@@++++++ ", " ++++++@@####@@++++++ ", " ++++++++++++++++++++ ", " .................... ", " .................... ", " ", " "};