]> git.eshelyaron.com Git - emacs.git/commitdiff
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
authorDmitry Dzhus <dima@sphinx.net.ru>
Sat, 8 Aug 2009 22:17:05 +0000 (22:17 +0000)
committerDmitry Dzhus <dima@sphinx.net.ru>
Sat, 8 Aug 2009 22:17:05 +0000 (22:17 +0000)
etc/ChangeLog
etc/images/gud/all.xpm [new file with mode: 0644]
etc/images/gud/thread.xpm [new file with mode: 0644]

index eb9a310cb2874564ad9a7e523de87ab85364417f..b4f84749ee401dcc8460ef6b7988918fdef88e5f 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-08  Dmitry Dzhus <dima@sphinx.net.ru>
+
+       * images/gud/all.xpm, images/gud/thread.xpm: New icons for
+       gdb-mi.el
+
 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * 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 (file)
index 0000000..c45bade
--- /dev/null
@@ -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 (file)
index 0000000..b84a8b8
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * thread_xpm[] = {
+"24 24 5 1",
+"      c None",
+".     c #B2B2B2",
+"+     c #E5E5E5",
+"@     c #FFFFFF",
+"#     c #000000",
+"                        ",
+"                        ",
+"  ....................  ",
+"  ....................  ",
+"  ....................  ",
+"  ++++++@@@@@@@@++++++  ",
+"  ++++++########++++++  ",
+"  ++++++########++++++  ",
+"  ......##@##@##......  ",
+"  ......@@@##@@@......  ",
+"  ......@@@##@@@......  ",
+"  ++++++@@@##@@@++++++  ",
+"  ++++++@@@##@@@++++++  ",
+"  ++++++@@@##@@@++++++  ",
+"  ######@@@##@@@######  ",
+"  ######@@@##@@@######  ",
+"  ######@@@##@@@######  ",
+"  ++++++@@@##@@@++++++  ",
+"  ++++++@@####@@++++++  ",
+"  ++++++++++++++++++++  ",
+"  ....................  ",
+"  ....................  ",
+"                        ",
+"                        "};