resourceview: new icon
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:15:41 +0000 (18:15 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:15:41 +0000 (18:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2690 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/resourceview/hGuiControlFlowInsert.xpm [deleted file]
ltt/branches/poly/lttv/modules/gui/resourceview/module.c
ltt/branches/poly/lttv/modules/gui/resourceview/resourceview_icon.xpm [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/hGuiControlFlowInsert.xpm b/ltt/branches/poly/lttv/modules/gui/resourceview/hGuiControlFlowInsert.xpm
deleted file mode 100644 (file)
index db4b727..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* XPM */
-static char * hGuiControlFlowInsert_xpm[] = {
-"22 22 3 1",
-"      c None",
-".     c #0DF904",
-"+     c #F90404",
-"                      ",
-"          .           ",
-"          ..          ",
-"          ...         ",
-"          ....        ",
-"          ...         ",
-"          ..          ",
-"          .           ",
-"                      ",
-"++++++++++............",
-"++++++++++............",
-"                      ",
-"          ++++++      ",
-"          ++++++      ",
-"          ++++++      ",
-"          ++++++      ",
-"          ++++++      ",
-"          ++++++      ",
-"                      ",
-"..........++++++++++++",
-"..........++++++++++++",
-"                      "};
index 795fc6f75f55c9ad1e3654ba1898cd2c6250983f..7f7ce27b0851ab303da9e734c2f426be5f64d51e 100644 (file)
@@ -30,7 +30,7 @@
 #include "lttv_plugin_cfv.h"
 #include "eventhooks.h"
 
-#include "hGuiControlFlowInsert.xpm"
+#include "resouceview_icon.xpm"
 #include "hLegendInsert.xpm"
 
 GQuark LTT_NAME_CPU;
diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/resourceview_icon.xpm b/ltt/branches/poly/lttv/modules/gui/resourceview/resourceview_icon.xpm
new file mode 100644 (file)
index 0000000..fcb7a09
--- /dev/null
@@ -0,0 +1,47 @@
+/* XPM */
+static char * resourceview_icon_xpm[] = {
+"22 22 22 1",
+"      c None",
+".     c #0DF904",
+"+     c #F90404",
+"@     c #000000",
+"#     c #870202",
+"$     c #580101",
+"%     c #EA0303",
+"&     c #0C0000",
+"*     c #060000",
+"=     c #E60303",
+"-     c #6D0101",
+";     c #D90303",
+">     c #020000",
+",     c #240000",
+"'     c #F80303",
+")     c #530101",
+"!     c #B60202",
+"~     c #C30303",
+"{     c #510101",
+"]     c #068202",
+"^     c #045101",
+"/     c #A90202",
+"                      ",
+"          .           ",
+"          ..          ",
+"          ...         ",
+"          ....        ",
+"          ...         ",
+"          ..          ",
+"          .           ",
+"                      ",
+"++++++++++............",
+"++++++++++............",
+"  @@@@@@   @@      @@ ",
+"  @@   @@ +#@$++  @@  ",
+"  @@   @@ +%&*=+  @@  ",
+"  @@   @@ ++-@#+  @@  ",
+"  @@   @@ ++;>,' @@   ",
+"  @@@@@@  +++)@! @@   ",
+"  @@  @@  +++~@{@@    ",
+"  @@   @@     @@@@    ",
+"..@@...]@^++++/@@/++++",
+"..........++++++++++++",
+"                      "};
This page took 0.024968 seconds and 4 git commands to generate.