From: Dmitry Dzhus Date: Sat, 8 Aug 2009 22:17:05 +0000 (+0000) Subject: * images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el X-Git-Tag: emacs-pretest-23.1.90~1911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9b23a040feb02e98d6c877ae1cdca33d46028d2;p=emacs.git * images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el --- diff --git a/etc/ChangeLog b/etc/ChangeLog index eb9a310cb28..b4f84749ee4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2009-08-08 Dmitry Dzhus + + * images/gud/all.xpm, images/gud/thread.xpm: New icons for + gdb-mi.el + 2009-08-07 Dan Nicolaescu * e/eterm-color.ti (msgr, u6, u7): New capabilities. diff --git a/etc/images/gud/all.xpm b/etc/images/gud/all.xpm new file mode 100644 index 00000000000..c45bade0b8e --- /dev/null +++ b/etc/images/gud/all.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * all_xpm[] = { +"24 24 4 1", +" c None", +". c #000000", +"+ c #E5E5E5", +"@ c #FFFFFF", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++@@....@@++++++ ", +" ++++++@......@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@......@++++++ ", +" ++++++@......@++++++ ", +" ++++++@..@@..@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@..@@..@++++++ ", +" ++++++...@@...++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "}; diff --git a/etc/images/gud/thread.xpm b/etc/images/gud/thread.xpm new file mode 100644 index 00000000000..b84a8b80d59 --- /dev/null +++ b/etc/images/gud/thread.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * thread_xpm[] = { +"24 24 5 1", +" c None", +". c #B2B2B2", +"+ c #E5E5E5", +"@ c #FFFFFF", +"# c #000000", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++########++++++ ", +" ++++++########++++++ ", +" ......##@##@##...... ", +" ......@@@##@@@...... ", +" ......@@@##@@@...... ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ++++++@@@##@@@++++++ ", +" ++++++@@####@@++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "};