From 01e6e3329e31c2589479053b157c2df56a5bfabb Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 15 Oct 2007 18:15:41 +0000 Subject: [PATCH] resourceview: new icon git-svn-id: http://ltt.polymtl.ca/svn@2690 04897980-b3bd-0310-b5e0-8ef037075253 --- .../resourceview/hGuiControlFlowInsert.xpm | 28 ----------- .../lttv/modules/gui/resourceview/module.c | 2 +- .../gui/resourceview/resourceview_icon.xpm | 47 +++++++++++++++++++ 3 files changed, 48 insertions(+), 29 deletions(-) delete mode 100644 ltt/branches/poly/lttv/modules/gui/resourceview/hGuiControlFlowInsert.xpm create mode 100644 ltt/branches/poly/lttv/modules/gui/resourceview/resourceview_icon.xpm 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 index db4b7275..00000000 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/hGuiControlFlowInsert.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hGuiControlFlowInsert_xpm[] = { -"22 22 3 1", -" c None", -". c #0DF904", -"+ c #F90404", -" ", -" . ", -" .. ", -" ... ", -" .... ", -" ... ", -" .. ", -" . ", -" ", -"++++++++++............", -"++++++++++............", -" ", -" ++++++ ", -" ++++++ ", -" ++++++ ", -" ++++++ ", -" ++++++ ", -" ++++++ ", -" ", -"..........++++++++++++", -"..........++++++++++++", -" "}; diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c index 795fc6f7..7f7ce27b 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c @@ -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 index 00000000..fcb7a09a --- /dev/null +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/resourceview_icon.xpm @@ -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", +" ", +" . ", +" .. ", +" ... ", +" .... ", +" ... ", +" .. ", +" . ", +" ", +"++++++++++............", +"++++++++++............", +" @@@@@@ @@ @@ ", +" @@ @@ +#@$++ @@ ", +" @@ @@ +%&*=+ @@ ", +" @@ @@ ++-@#+ @@ ", +" @@ @@ ++;>,' @@ ", +" @@@@@@ +++)@! @@ ", +" @@ @@ +++~@{@@ ", +" @@ @@ @@@@ ", +"..@@...]@^++++/@@/++++", +"..........++++++++++++", +" "}; -- 2.34.1