From e9b23a040feb02e98d6c877ae1cdca33d46028d2 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 8 Aug 2009 22:17:05 +0000 Subject: [PATCH] * images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el --- etc/ChangeLog | 5 +++++ etc/images/gud/all.xpm | 31 +++++++++++++++++++++++++++++++ etc/images/gud/thread.xpm | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 etc/images/gud/all.xpm create mode 100644 etc/images/gud/thread.xpm 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", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++########++++++ ", +" ++++++########++++++ ", +" ......##@##@##...... ", +" ......@@@##@@@...... ", +" ......@@@##@@@...... ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ++++++@@@##@@@++++++ ", +" ++++++@@####@@++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "}; -- 2.39.2